spark.effects.easing 패키지에는 Spark 효과 클래스의 여유 클래스가 들어 있습니다.
인터페이스
인터페이스 | 설명 | |
---|---|---|
IEaser | The IEaser interface is implemented by classes that provide time-easing functionality for the Animation class. |
클래스
클래스 | 설명 | |
---|---|---|
Bounce | The Bounce class implements easing functionality simulating gravity pulling on and bouncing the target object. | |
EaseInOutBase | The EaseInOutBase class is the base class that provide easing capability. | |
EasingFraction | The EasingFraction class defines constants for the easeInFraction property of the EaseInOutBase class. | |
Elastic | The Elastic class implements easing functionality where the target object movement is defined by an exponentially decaying sine wave. | |
Linear | The Linear class defines an easing with three phases: acceleration, uniform motion, and deceleration. | |
Power | The Power class defines the easing functionality using a polynomial expression. | |
Sine | The Sine class defines easing functionality using a Sine function. |
Tue Jun 12 2018, 03:32 PM Z