playAnimation method
dynamic
playAnimation()
开始播放动画
Implementation
playAnimation() {
//重置动画
controller.reset();
controller2.reset();
//正向播放动画
controller.forward();
controller2.forward();
}
开始播放动画
playAnimation() {
//重置动画
controller.reset();
controller2.reset();
//正向播放动画
controller.forward();
controller2.forward();
}