如何确保 transform: rotate(90deg) 元素中的 iScroll 滚动行为正常?
我在一个移动端页面中用到了 iScroll.js , 现在的问题是这个页面在竖屏模式下,我会对整个页面通过 transform: rotate(90deg) 进行旋转,效果如下图…
滑动时控制IScroll5里的minimap显示和隐藏
已知IScroll5里面有一个minimap的功能,但是那个minimap一直是显示的。 问题来了:怎么做到页面滚动时显示minimap,滚动结束后隐藏。 我试着控制,已…
amaze iscroll的demo中 y 跟 pullStart 到底是什么意思
myScroll.on('scrollStart', function() { if (this.y >= topOffset) { pullFormTop = true } pullStart = this.y // console.log(this) }) myScro…