iScroll特效,实现iOS系统触摸滚动效果

iOS系统(iPad、iPhone)不支持iframe或div出现滚动条,这个问题困扰了我好久,终于在网上发现了解决办法。
当然还是要用JS了,不同系统通用的办法。

代码地址:http://cubiq.org/iscroll-4

这里有几种不同的特效:
Pinch / Zoom
Pull up/down to refresh
Improved speed and momentum
Snap to element
Customizable scrollbars

滚动特效:http://cubiq.org/dropbox/iscroll4/examples/simple/
滚动刷新:http://cubiq.org/dropbox/iscroll4/examples/pull-to-refresh/
两指缩放:http://cubiq.org/dropbox/iscroll4/examples/zoom/
滚动切换:http://cubiq.org/dropbox/iscroll4/examples/carousel/
自定义滚动条样式:http://cubiq.org/dropbox/iscroll4/examples/custom-scrollbar/

0 Comments
Leave a Reply