markReverse method

void markReverse()

Marks the animation to reverse.

Implementation

void markReverse() {
  shouldReverse = true;
}