Pacote | mx.states |
Classe | public final class InterruptionBehavior |
Herança | InterruptionBehavior Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.2, AIR 2.5 |
interruptionBehavior
property of the mx.states.Transition class.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
END : String = "end" [estático]
Specifies that a transition that interrupts another running
transition ends that other transition before starting. | InterruptionBehavior | ||
STOP : String = "stop" [estático]
Specifies that a transition that interrupts another running
transition stops that other transition in place before starting. | InterruptionBehavior |
Detalhes da constante
END | Constante |
public static const END:String = "end"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | 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 | Constante |
public static const STOP:String = "stop"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | 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.
Wed Jun 13 2018, 11:10 AM Z