| Paket | spark.effects.animation |
| Klass | public final class RepeatBehavior |
| Arv | RepeatBehavior Object |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
repeatBehavior
property of the Animate and Animation classes.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
| Konstant | Definieras med | ||
|---|---|---|---|
| LOOP : String = "loop" [statisk]
Specifies that a repeating animation should progress in a forward direction on
every iteration. | RepeatBehavior | ||
| REVERSE : String = "reverse" [statisk]
Specifies that a repeating animation should reverse direction on
every iteration. | RepeatBehavior | ||
Konstantdetaljer
LOOP | Konstant |
public static const LOOP:String = "loop"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Specifies that a repeating animation should progress in a forward direction on every iteration.
REVERSE | Konstant |
public static const REVERSE:String = "reverse"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | 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, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper