Pacote | spark.effects.animation |
Classe | public final class RepeatBehavior |
Herança | RepeatBehavior Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
repeatBehavior
property of the Animate and Animation classes.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
LOOP : String = "loop" [estático]
Specifies that a repeating animation should progress in a forward direction on
every iteration. | RepeatBehavior | ||
REVERSE : String = "reverse" [estático]
Specifies that a repeating animation should reverse direction on
every iteration. | RepeatBehavior |
Detalhes da constante
LOOP | Constante |
public static const LOOP:String = "loop"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | 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:10 AM Z