小程序 animation
-
当前 Bug 的表现(可附上截图)
-
预期表现
-
复现路径
-
提供一个最简复现 Demo
var a ;
for(a=0;a<2;a++ )
{ this.animation = animation,
this.animation.scale(2,3).translateX(500).step()
this.setData({
animationdata: this.animation.export()
})
console.log(animation)
}
只能执行一次
