combine Parallax to Scroll

This commit is contained in:
chencheng
2014-07-17 16:52:47 +08:00
parent f32964b721
commit d1e4463614

View File

@@ -33,7 +33,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [Tips](#tips) * [Tips](#tips)
* [Modals and Popups](#modals-and-popups) * [Modals and Popups](#modals-and-popups)
* [Scroll](#scroll) * [Scroll](#scroll)
* [Parallax](#parallax) * [Parallax](#parallax)
* [Menu](#menu) * [Menu](#menu)
* [Maps](#maps) * [Maps](#maps)
* [Animations](#animations) * [Animations](#animations)
@@ -399,16 +399,13 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
## Scroll ## Scroll
* [skrollr](https://github.com/Prinzhorn/skrollr) - Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery.
* [scrollMonitor](https://github.com/sakabako/scrollMonitor) - A simple and fast API to monitor elements as you scroll. * [scrollMonitor](https://github.com/sakabako/scrollMonitor) - A simple and fast API to monitor elements as you scroll.
* [headroom](https://github.com/WickyNilliams/headroom.js) - Give your pages some headroom. Hide your header until you need it. * [headroom](https://github.com/WickyNilliams/headroom.js) - Give your pages some headroom. Hide your header until you need it.
* [onepage-scroll](https://github.com/peachananr/onepage-scroll) - Create an Apple-like one page scroller website (iPhone 5S website) with One Page Scroll plugin. * [onepage-scroll](https://github.com/peachananr/onepage-scroll) - Create an Apple-like one page scroller website (iPhone 5S website) with One Page Scroll plugin.
* [iscroll](https://github.com/cubiq/iscroll) - iScroll is a high performance, small footprint, dependency free, multi-platform javascript scroller. * [iscroll](https://github.com/cubiq/iscroll) - iScroll is a high performance, small footprint, dependency free, multi-platform javascript scroller.
### Parallax * [skrollr](https://github.com/Prinzhorn/skrollr) - Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery.
* [parallax](https://github.com/wagerfield/parallax) - Parallax Engine that reacts to the orientation of a smart device. * [parallax](https://github.com/wagerfield/parallax) - Parallax Engine that reacts to the orientation of a smart device.
* [skrollr](https://github.com/Prinzhorn/skrollr) - Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery. Just plain JavaScript (and some love).
* [stellar.js](https://github.com/markdalgleish/stellar.js) - Parallax scrolling made easy. * [stellar.js](https://github.com/markdalgleish/stellar.js) - Parallax scrolling made easy.
* [plax](https://github.com/cameronmcefee/plax) - jQuery powered parallaxing. * [plax](https://github.com/cameronmcefee/plax) - jQuery powered parallaxing.
* [jparallax](https://github.com/stephband/jparallax) - jQuery plugin for creating interactive parallax effect. * [jparallax](https://github.com/stephband/jparallax) - jQuery plugin for creating interactive parallax effect.