微信公开课
如何看待微信公开课小程序热门讨论「小程序动画失效bug」
摘要:小程序动画失效bug
展开:1、在循环数组的情况下,小程序动画不起作用:viewclassbarragebubbleanimation{{animationData}}wx:for{{bubblesData}}wx:keyidimageclassbarragebubbleiconsrc{{item.headicon}}/imagetextclassbarragebubbletxt{{item.content}}/text/view2、改成css3动画,@keyframesmove{from{top:80%;}to{top:2%;}}结果在循环数组的情况下,最基本的移动,元素出现闪烁、抖动,性能监测显示fps却依然很高。了解更多