Pakiet | spark.effects.animation |
Klasa | public final class RepeatBehavior |
Dziedziczenie | RepeatBehavior Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
repeatBehavior
property of the Animate and Animation classes.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
LOOP : String = "loop" [statyczny]
Specifies that a repeating animation should progress in a forward direction on
every iteration. | RepeatBehavior | ||
REVERSE : String = "reverse" [statyczny]
Specifies that a repeating animation should reverse direction on
every iteration. | RepeatBehavior |
Szczegół stałej
LOOP | Stała |
public static const LOOP:String = "loop"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Specifies that a repeating animation should progress in a forward direction on every iteration.
REVERSE | Stała |
public static const REVERSE:String = "reverse"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Specifies that a repeating animation should reverse direction on every iteration. For example, a reversing animation would play forward on the even iterations and in reverse on the odd iterations.
Tue Jun 12 2018, 12:06 PM Z