微信小程序实现这种滑动效果,10~90可以循环滑动,求推荐啊

https://img.mukewang.com/5c6ba9e2000101c605600325.jpg

胡子哥哥
浏览 1153回答 2
2回答

慕娘9325324

DOM<div class="scroll-wrap">&nbsp; &nbsp; <!-- 用于接受滑动事件 -->&nbsp; &nbsp; <div class="scroll-wrap-cover"></div>&nbsp; &nbsp; <!-- 呈现数字滚动 -->&nbsp; &nbsp; <div class="scroll-wrap-bg"></div></div>JavaScript$('body').on('scroll', '.scroll-wrap-cover', function () {&nbsp; &nbsp; // 监听纵向滑动&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; scrollEvent(y);});/**&nbsp;* 处理背景滚动&nbsp;* @params {Number} y // 正负值&nbsp;*/function scrollEvent (y) {&nbsp; &nbsp;&nbsp;}
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript