FMX.Ani.TFloatKeyAnimation.Inverse

From RAD Studio API Documentation
Jump to: navigation, search

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 TFloatKeyAnimation

Description

Animates backwards instead of forwards.

FMX.Ani.TFloatKeyAnimation.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