套件 | mx.states |
類別 | public final class InterruptionBehavior |
繼承 | InterruptionBehavior Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10.2, AIR 2.5 |
interruptionBehavior
property of the mx.states.Transition class.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
END : String = "end" [靜態]
Specifies that a transition that interrupts another running
transition ends that other transition before starting. | InterruptionBehavior | ||
STOP : String = "stop" [靜態]
Specifies that a transition that interrupts another running
transition stops that other transition in place before starting. | InterruptionBehavior |
常數詳細資訊
END | 常數 |
public static const END:String = "end"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10.2, AIR 2.5 |
Specifies that a transition that interrupts another running
transition ends that other transition before starting.
The transition ends by calling the end()
method
on all effects in the transition.
The end()
method causes all effects
to snap to their end state.
STOP | 常數 |
public static const STOP:String = "stop"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10.2, AIR 2.5 |
Specifies that a transition that interrupts another running
transition stops that other transition in place before starting.
The transition stops by calling the stop()
method
on all effects in the transition.
Tue Jun 12 2018, 03:47 PM Z