Class | Description | |
---|---|---|
Represents an object that is used to animate items. |
||
An object used to specify various property values for an Animation. |
Interface | Description | |
---|---|---|
Represents an item that can be animated by an Animation. |
Delegate | Description | |
---|---|---|
A callback function called when the animation type is set to Custom, responsible to provide the animation update function. |
||
A callback function called on every animation tick, responsible for updating animated objects according to current animation progress. |
Enumeration | Description | |
---|---|---|
Specifies the animation function used by an Animation object. |
||
Specifies the easing applied to an animation. |