spark.effects.easing paketi Spark efekt sınıfları için hareket hızı sınıflarını içerir.
Arabirimler
Arabirim | Açıklama | |
---|---|---|
IEaser | The IEaser interface is implemented by classes that provide time-easing functionality for the Animation class. |
Sınıflar
Sınıf | Açıklama | |
---|---|---|
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, 01:23 PM Z