FMX.Ani.TFloatAnimation.AutoReverse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoReverse: Boolean read FAutoReverse write FAutoReverse default 0;

C++

__property AutoReverse = {default=0};

Properties

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

Description

Animates backwards after animating forwards.

FMX.Ani.TFloatAnimation.AutoReverse inherits from FMX.Ani.TAnimation.AutoReverse. All content below this line refers to FMX.Ani.TAnimation.AutoReverse.

Animates backwards after animating forwards.

Set AutoReverse to True to animate the controlled property backwards, from the StopValue to the StartValue, after the completion of the regular animation. The forward and backward animations each take a Duration number of seconds. If Loop is True, the forward and backward animations are alternated. OnFinish gets called after the backward animation has completed.

See Also

Code Examples