Packagespark.effects.animation
Classpublic final class RepeatBehavior
InheritanceRepeatBehavior Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

The RepeatBehavior class defines constants for use with repeatBehavior property of the Animate and Animation classes.

See also

spark.effects.Animate.repeatBehavior
Animation.repeatBehavior


Public Constants
 ConstantDefined 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
LOOPConstant
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.

REVERSEConstant 
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.