API:FMX.Ani
Classes
| ITriggerAnimation | |
| TAnimation | TAnimation is the base class for all animation class descendants. |
| TAnimator | |
| TBitmapAnimation | Attached to a property of type TBitmap of an object to change its display image over time. |
| TBitmapListAnimation | Animates a single bitmap, dividing the image into frames and displaying the frames over time, like a timed movie clip. |
| TColorAnimation | Attached to a property of type TColor of an object to change its value over time. |
| TColorKey | Represents a color key item in a collection. |
| TColorKeyAnimation | Attached to a property of an object to change that property's color over time. |
| TCustomPropertyAnimation | Is the parent class for all animations (TIntAnimation, TFloatAnimation, and so on). |
| TFloatAnimation | Attached to a numerical property of an object to change its value over time. |
| TFloatKey | Represents a Single floating-point key item in a collection. |
| TFloatKeyAnimation | Attached to a property of an object to change that property's dimensions over time. |
| TGradientAnimation | Attached to a color gradient property of an object to change its value over time. |
| TIntAnimation | Attached to an integer numerical property of an object to change its value over time. |
| TKey | Represents a key item in a collection of key items. |
| TKeys | Represents a container for TKey items. |
| TRectAnimation | Attached to a TBounds property of an object to change its boundaries over time. |
Routines
| InterpolateBack | Calculates the new time period for a back interpolation. |
| InterpolateBounce | Calculates the new time period for a bounce interpolation. |
| InterpolateCirc | Calculates the new time period for a circle interpolation. |
| InterpolateCubic | Calculates the new time period for a cubic interpolation. |
| InterpolateElastic | Calculates the new time period for an elastic interpolation. |
| InterpolateExpo | Calculates the new time period for an exponential interpolation. |
| InterpolateLinear | Calculates the time period for a linear interpolation. |
| InterpolateQuad | Calculates the new time period for a quadratic interpolation. |
| InterpolateQuart | Calculates the new time period for a quartic interpolation. |
| InterpolateQuint | Calculates the new time period for a quintic interpolation. |
| InterpolateSine | Calculates the new time period for a sinusoidal interpolation. |
Types
| _di_ITriggerAnimation |