Paquete | spark.effects.animation |
Clase | public final class RepeatBehavior |
Herencia | RepeatBehavior Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
repeatBehavior
property of the Animate and Animation classes.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
LOOP : String = "loop" [estática]
Specifies that a repeating animation should progress in a forward direction on
every iteration. | RepeatBehavior | ||
REVERSE : String = "reverse" [estática]
Specifies that a repeating animation should reverse direction on
every iteration. | RepeatBehavior |
Información sobre constantes
LOOP | Constante |
public static const LOOP:String = "loop"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | 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, 02:12 PM Z