FMX.Ani.TColorAnimation.Interpolation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Interpolation: TInterpolationType read FInterpolation write FInterpolation default 0;

C++

__property Interpolation = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TColorAnimation

Description

Sets how the value controlled by the animation changes over time.

FMX.Ani.TColorAnimation.Interpolation inherits from FMX.Ani.TAnimation.Interpolation. All content below this line refers to FMX.Ani.TAnimation.Interpolation.

Sets how the value controlled by the animation changes over time.

Interpolation is of type TInterpolationType. See TInterpolationType and the below example for a description of how the different TInterpolationType settings affect the value of the property controlled by this animation.

See Also

Code Examples