收藏
回答

动画运动完为什么不能滚动了

var detailedHeight = that.data.detailedHeight

var animation = wx.createAnimation({

duration: 20000,

timingFunction: 'linear',

})


this.animation = animation

console.log(detailedHeight)

animation.top(-detailedHeight).step()


this.setData({

animationData: animation.export()

})


回答关注问题邀请回答
收藏
登录 后发表内容