add Parallax
This commit is contained in:
parent
b457d746b1
commit
f32964b721
|
|
@ -33,6 +33,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
|
|||
* [Tips](#tips)
|
||||
* [Modals and Popups](#modals-and-popups)
|
||||
* [Scroll](#scroll)
|
||||
* [Parallax](#parallax)
|
||||
* [Menu](#menu)
|
||||
* [Maps](#maps)
|
||||
* [Animations](#animations)
|
||||
|
|
@ -404,6 +405,14 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
|
|||
* [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.
|
||||
|
||||
### Parallax
|
||||
|
||||
* [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.
|
||||
* [plax](https://github.com/cameronmcefee/plax) - jQuery powered parallaxing.
|
||||
* [jparallax](https://github.com/stephband/jparallax) - jQuery plugin for creating interactive parallax effect.
|
||||
|
||||
## Menu
|
||||
|
||||
* [jQuery-menu-aim](https://github.com/kamens/jQuery-menu-aim) - jQuery plugin to fire events when user's cursor aims at particular dropdown menu items. For making responsive mega dropdowns like Amazon's.
|
||||
|
|
|
|||
Loading…
Reference in New Issue