套件 | spark.effects.easing |
類別 | public final class EasingFraction |
繼承 | EasingFraction Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
easeInFraction
property of the EaseInOutBase class.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
IN : Number = 1 [靜態]
Specifies that the easing instance
spends the entire animation easing in. | EasingFraction | ||
IN_OUT : Number = 0.5 [靜態]
Specifies that an easing instance
that eases in for the first half and eases out for the
remainder. | EasingFraction | ||
OUT : Number = 0 [靜態]
Specifies that the easing instance
spends the entire animation easing out. | EasingFraction |
常數詳細資訊
IN | 常數 |
public static const IN:Number = 1
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | 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 | 常數 |
public static const IN_OUT:Number = 0.5
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | 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 | 常數 |
public static const OUT:Number = 0
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | 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, 03:47 PM Z