Pacchetto | spark.effects.animation |
Classe | public final class RepeatBehavior |
Ereditarietà | RepeatBehavior Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
repeatBehavior
property of the Animate and Animation classes.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
LOOP : String = "loop" [statico]
Specifies that a repeating animation should progress in a forward direction on
every iteration. | RepeatBehavior | ||
REVERSE : String = "reverse" [statico]
Specifies that a repeating animation should reverse direction on
every iteration. | RepeatBehavior |
Descrizione delle costanti
LOOP | Costante |
public static const LOOP:String = "loop"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Specifies that a repeating animation should progress in a forward direction on every iteration.
REVERSE | Costante |
public static const REVERSE:String = "reverse"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni 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.
Tue Jun 12 2018, 02:44 PM Z