FMX.Ani.TColorAnimation.Inverse

From RAD Studio API Documentation

Delphi

property Inverse: Boolean read FInverse write FInverse default 0;

C++

__property Inverse = {default=0};

Properties

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

Description

Animates backwards instead of forwards. {{#multireplace:FMX.Ani.TColorAnimation.Inverse|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Ani.TAnimation.Inverse|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Ani.TAnimation.Inverse|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Animates backwards instead of forwards.

Set Inverse to True to animate the controlled property backwards from the StopValue to the StartValue. The backward animation takes a Duration number of seconds. OnFinish gets called after the backward animation has completed.

See Also