ng-parallax
v1.1.3
Published
An easy way to utilize parllax scrolling in Angular apps.
Downloads
105
Maintainers
Readme
ng-parallax
NEW!
There is now an Angular2 directive available for those interested!
What Am I?!
An easy way to implement parallax scrolling with Angularjs.
- No dependencies
- Responsive
- Simple
- Works for mobile! (Well, iPhones at least - haven't tested on an Android yet)
- Tiny (only 292B)
Usage
Version
1.1.3
Updates
- v1.1.3 - Added support for use in Webpack/ComponentJS
- v1.1.2 - Eliminated jankiness when using Macbook touchpads and touchscreens.
Live Demo
Dependencies
- None! (Other than AngularJS).
NPM / Bower
Installation
Include the module in your scripts. <script src="./src/ngParallax.min.js"> <script>
Add ngParallax in your apps dependencies. var app = angular.module('myApp', ['ngParallax']);
or include just like any other component in Webpack
Parameters
License
MIT - go nuts y'all.