open method

void open()

push the animation to run in forward play

Implementation

void open() {
  _animating.forward();
}