FMX.Ani.TGradientAnimation.Inverse
Delphi
property Inverse default False;
C++
__property Inverse = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Ani.pas FMX.Ani.hpp |
FMX.Ani | TGradientAnimation |
Description
Animates backwards instead of forwards.
FMX.Ani.TGradientAnimation.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.