close method

void close()

push the animation to run in reverse play

Implementation

void close() {
  _animating.reverse();
}