Paket | spark.effects.easing |
Klass | public final class EasingFraction |
Arv | EasingFraction Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
easeInFraction
property of the EaseInOutBase class.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
IN : Number = 1 [statisk]
Specifies that the easing instance
spends the entire animation easing in. | EasingFraction | ||
IN_OUT : Number = 0.5 [statisk]
Specifies that an easing instance
that eases in for the first half and eases out for the
remainder. | EasingFraction | ||
OUT : Number = 0 [statisk]
Specifies that the easing instance
spends the entire animation easing out. | EasingFraction |
Konstantdetaljer
IN | Konstant |
public static const IN:Number = 1
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | 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 | Konstant |
public static const IN_OUT:Number = 0.5
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | 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 | Konstant |
public static const OUT:Number = 0
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | 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, 01:40 PM Z