使用animation实现列表顺序加载动画

发布于 6 年前作者 zouli1719 次浏览最后编辑 6 年前来自 share

之前使用纯transition实现动画时, 发现在部分手机上效果不是很好, 会有不流畅掉帧的现象!

现在换animation方法实现, 不知各位是否有什么高见, 大家一起交流交流

代码片段如下

https://developers.weixin.qq.com/s/pEBv6emG7Cdt

3 回复
na06
na061 楼6 年前
    that.setData({
      showList: that.data.showList
    },()=>{
      that.setData({
        animation_list: that.data.animation_list
      })
    })

nayin
nayin2 楼6 年前

学习了,建议手动回收 setTimeout

xiuying25
xiuying253 楼4 年前

收藏了