scroll-with-animation=“true”问题
小程序 scroll-view 组件的示例代码中 (https://mp.weixin.qq.com/debug/wxadoc/dev/component/scroll-view.html),
设置<scroll-view scroll-with-animation=“true”> </scroll-view> 就有问题了,
当点击按钮 设置scroll-into-view ,scroll-top 时,就滚了一下,然后回来了。
What’s wrong?