| Pakiet | spark.effects.easing |
| Klasa | public final class EasingFraction |
| Dziedziczenie | EasingFraction Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4 |
| Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
easeInFraction property of the EaseInOutBase class.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| IN : Number = 1 [statyczny]
Specifies that the easing instance
spends the entire animation easing in. | EasingFraction | ||
| IN_OUT : Number = 0.5 [statyczny]
Specifies that an easing instance
that eases in for the first half and eases out for the
remainder. | EasingFraction | ||
| OUT : Number = 0 [statyczny]
Specifies that the easing instance
spends the entire animation easing out. | EasingFraction | ||
Szczegół stałej
IN | Stała |
public static const IN:Number = 1| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4 |
| Wersje środowiska wykonawczego: | 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 | Stała |
public static const IN_OUT:Number = 0.5| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4 |
| Wersje środowiska wykonawczego: | 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 | Stała |
public static const OUT:Number = 0| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4 |
| Wersje środowiska wykonawczego: | 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, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne