Pacote | spark.effects.easing |
Classe | public final class EasingFraction |
Herança | EasingFraction Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
easeInFraction
property of the EaseInOutBase class.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
IN : Number = 1 [estático]
Specifies that the easing instance
spends the entire animation easing in. | EasingFraction | ||
IN_OUT : Number = 0.5 [estático]
Specifies that an easing instance
that eases in for the first half and eases out for the
remainder. | EasingFraction | ||
OUT : Number = 0 [estático]
Specifies that the easing instance
spends the entire animation easing out. | EasingFraction |
Detalhes da constante
IN | Constante |
public static const IN:Number = 1
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 the easing instance
spends the entire animation easing in. This is equivalent
to setting the easeInFraction
property to 1.0.
IN_OUT | Constante |
public static const IN_OUT:Number = 0.5
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 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 | Constante |
public static const OUT:Number = 0
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 the easing instance
spends the entire animation easing out. This is equivalent
to setting the easeInFraction
property to 0.0.
Wed Jun 13 2018, 11:10 AM Z