FMX.Ani.TColorAnimation.AnimationType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimationType: TAnimationType read FAnimationType write FAnimationType default 0;

C++

__property AnimationType = {default=0};

Properties

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

Description

Sets how the interpolation for this animation is applied to the animated property.

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

Sets how the interpolation for this animation is applied to the animated property.

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

See Also

Code Examples