FMX.Ani
From RAD Studio API Documentation
Defines subclasses of FMX.Types.TAnimation, such as TFloatAnimation, and FireMonkey support classes.
Classes
| TBitmapAnimation | Attached to a property of type TBitmap of an object to change its display image over time. |
| TBitmapListAnimation | Attached to a property of type TBitmap of an object to animate its display image over time. |
| 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. |