You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
onCreate(){
const thisAn = this.animate([{fillOpacity:1},{fillOpacity:0}],{duration:1000,iteration:Infinite})
setTimeout(()=>{
thisAn.cancel()
},3000)
}
在this对象中设置animate取消后动画依旧没停止,查找后animation中已经去掉了,用pause会停止。
发现shapeMap中都插入animate,都cancel后依旧无法停止动画。
Beta Was this translation helpful? Give feedback.
All reactions