滚动上的动画图像
我想在滚动时循环浏览图像的帧,以给出当您向下滚动页面时对象顺时针旋转,然后当您向上滚动时逆时针旋转的效果。我已经将 Jquery Waypoints 插件视为一种可能的方法,但想知道是否有人知道一种更干净的方法来做到这一点。
谢谢!
I'm wanting to cycle through the frames of an image on scroll to give the effect of an object spinning clockwise as you scroll down the page, then anticlockwise as you scroll up. I've looked at Jquery Waypoints plugin as a possible way of doing this but wondered if anyone knew of a cleaner way of doing this.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我制作了一个快速脚本,以百分比显示当前滚动位置。
我认为这是一个很好的开始工作基础:
演示:
http://jsfiddle.net/Z6bxD/
I made a quick script which shows the current scroll position in percent.
I think it's a good base to start working from:
demo:
http://jsfiddle.net/Z6bxD/