패키지 | 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:17 PM Z