Skip to content

Instantly share code, notes, and snippets.

@StuPig
Created September 3, 2013 03:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StuPig/6419294 to your computer and use it in GitHub Desktop.
Save StuPig/6419294 to your computer and use it in GitHub Desktop.
视差动画库收集 A collection of parallax scrolling library bookmarks

####stellar.js

代码简单,只有651行,依赖jQuery,配置简便

仓库地址:

https://github.com/markdalgleish/stellar.js

demo地址:

http://markdalgleish.com/projects/stellar.js/

相关blog:

Mobile Parallax With Stellar.js

兼容性:

IE6 Chrome Firefox+ Android iPhone

####scrollorama

代码简单,只有591行,依赖jQuery,配置复杂,支持更多的自定义动画

仓库地址:

https://github.com/johnpolacek/scrollorama

demo和文档地址:

http://johnpolacek.github.io/superscrollorama/

兼容性:

未知

####skrollr

相对复杂,1401行代码,功能强大,无依赖,用户众多,社区活跃。

仓库地址:

https://github.com/Prinzhorn/skrollr

demo和文档地址:

https://github.com/Prinzhorn/skrollr/tree/master/examples

http://pepsized.com/merry-scrolling-with-skrollr-js/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment