Pakket | spark.effects.animation |
Klasse | public final class RepeatBehavior |
Overerving | RepeatBehavior Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
repeatBehavior
property of the Animate and Animation classes.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
LOOP : String = "loop" [statisch]
Specifies that a repeating animation should progress in a forward direction on
every iteration. | RepeatBehavior | ||
REVERSE : String = "reverse" [statisch]
Specifies that a repeating animation should reverse direction on
every iteration. | RepeatBehavior |
Constantedetails
LOOP | Constante |
public static const LOOP:String = "loop"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Specifies that a repeating animation should progress in a forward direction on every iteration.
REVERSE | Constante |
public static const REVERSE:String = "reverse"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | 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.
Wed Jun 13 2018, 11:42 AM Z