reversed property

bool get reversed

If true, animation will be played in the reverse direction. Default value is false.

Implementation

core.bool get reversed;
set reversed (bool val)

Implementation

set reversed(core.bool val);