stopTransition method

void stopTransition()

Implementation

void stopTransition() {
  animationController.reverse();
}