FMX.Ani.TAnimation.Inverse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Inverse: Boolean read FInverse write FInverse default False;

C++

__property bool Inverse = {read=FInverse, write=FInverse, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TAnimation

Description

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