Paket | mx.states |
Sınıf | public final class InterruptionBehavior |
Miras Alma | InterruptionBehavior Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.5 |
interruptionBehavior
property of the mx.states.Transition class.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
END : String = "end" [statik]
Specifies that a transition that interrupts another running
transition ends that other transition before starting. | InterruptionBehavior | ||
STOP : String = "stop" [statik]
Specifies that a transition that interrupts another running
transition stops that other transition in place before starting. | InterruptionBehavior |
Sabit Ayrıntısı
END | Sabit |
public static const END:String = "end"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const STOP:String = "stop"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | 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, 01:09 PM Z