Package | spark.effects.animation |
Class | public final class RepeatBehavior |
Inheritance | RepeatBehavior Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
repeatBehavior
property of the Animate and Animation classes.
See also
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
LOOP : String = "loop" [static]
Specifies that a repeating animation should progress in a forward direction on
every iteration. | RepeatBehavior | ||
REVERSE : String = "reverse" [static]
Specifies that a repeating animation should reverse direction on
every iteration. | RepeatBehavior |
Constant Detail
LOOP | Constant |
public static const LOOP:String = "loop"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Specifies that a repeating animation should progress in a forward direction on every iteration.
REVERSE | Constant |
public static const REVERSE:String = "reverse"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | 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.
Fri Mar 19 2010, 02:45 AM -07:00