From RAD Studio API Documentation
				
								
				
Classes
	| TAniCalculations | Provides support for the inertial scrolling of the viewport window within the larger content. Scrolling can be managed with the mouse or finger. | 
	| TTarget | Forward declaration of the  TAniCalculations.TTarget type, which is required for the C++ compiler. | 
Types
	| TPointD | Defines the point coordinates in logical units. | 
	| TRectD | Defines a rectangle with coordinates in logical units. | 
Constants
	| DecelerationRateFast | DecelerationRateFast: Comp = 9.5; | 
	| DecelerationRateNormal | DecelerationRateNormal: Comp = 1.95; | 
	| DefaultDeadZone | DefaultDeadZone: Integer = 8; | 
	| DefaultElasticity | DefaultElasticity: Integer = $64; | 
	| DefaultIntervalOfAni | DefaultIntervalOfAni: Integer = $A; | 
	| DefaultMaxVelocity | DefaultMaxVelocity: Integer = $1388; | 
	| DefaultMinVelocity | DefaultMinVelocity: Integer = $A; | 
	| DefaultStorageTime | DefaultStorageTime: Comp = 0.15; |