FMX.Ani.TColorKeyAnimation.Inverse

From RAD Studio API Documentation
Jump to: navigation, search

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 TColorKeyAnimation

Description

Animates backwards instead of forwards.

FMX.Ani.TColorKeyAnimation.Inverse inherits from FMX.Ani.TAnimation.Inverse. All content below this line refers to FMX.Ani.TAnimation.Inverse.

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