TimedAnimation.alternate
bool alternate() @property nothrowGet alternate property.
Returns
Whether the animation changes direction on every iteration.
void alternate(bool propval) @property nothrowSet alternate property.
Parameters
propval | Whether the animation changes direction on every iteration. |