zoomIn method

void zoomIn()

淡入动画

Implementation

void zoomIn() {
  _animationController.forward();
}