| Pacchetto | spark.effects.easing |
| Classe | public final class EasingFraction |
| Ereditarietà | EasingFraction Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4 |
| Versioni runtime: | Flash Player 10, AIR 1.5 |
easeInFraction property of the EaseInOutBase class.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
| Costante | Definito da | ||
|---|---|---|---|
| IN : Number = 1 [statico]
Specifies that the easing instance
spends the entire animation easing in. | EasingFraction | ||
| IN_OUT : Number = 0.5 [statico]
Specifies that an easing instance
that eases in for the first half and eases out for the
remainder. | EasingFraction | ||
| OUT : Number = 0 [statico]
Specifies that the easing instance
spends the entire animation easing out. | EasingFraction | ||
Descrizione delle costanti
IN | Costante |
public static const IN:Number = 1| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4 |
| Versioni runtime: | Flash Player 10, AIR 1.5 |
Specifies that the easing instance
spends the entire animation easing in. This is equivalent
to setting the easeInFraction property to 1.0.
IN_OUT | Costante |
public static const IN_OUT:Number = 0.5| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4 |
| Versioni runtime: | Flash Player 10, AIR 1.5 |
Specifies that an easing instance
that eases in for the first half and eases out for the
remainder. This is equivalent
to setting the easeInFraction property to 0.5.
OUT | Costante |
public static const OUT:Number = 0| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4 |
| Versioni runtime: | Flash Player 10, AIR 1.5 |
Specifies that the easing instance
spends the entire animation easing out. This is equivalent
to setting the easeInFraction property to 0.0.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate