1.1.3 • Published 9 years ago

ng-parallax v1.1.3

Weekly downloads
50
License
MIT
Repository
github
Last release
9 years ago

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

Check it out

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.