├── LICENSE ├── README.md ├── bower.json ├── images ├── animals.jpg ├── cats.jpg ├── food.jpg ├── muther.jpg ├── nature.jpg └── ng-parallax.png ├── index.html ├── package.json ├── scripts └── angular-parallax.js └── styles └── main.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/functionsio/angular-parallax/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/functionsio/angular-parallax/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/functionsio/angular-parallax/HEAD/bower.json -------------------------------------------------------------------------------- /images/animals.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/functionsio/angular-parallax/HEAD/images/animals.jpg -------------------------------------------------------------------------------- /images/cats.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/functionsio/angular-parallax/HEAD/images/cats.jpg -------------------------------------------------------------------------------- /images/food.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/functionsio/angular-parallax/HEAD/images/food.jpg -------------------------------------------------------------------------------- /images/muther.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/functionsio/angular-parallax/HEAD/images/muther.jpg -------------------------------------------------------------------------------- /images/nature.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/functionsio/angular-parallax/HEAD/images/nature.jpg -------------------------------------------------------------------------------- /images/ng-parallax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/functionsio/angular-parallax/HEAD/images/ng-parallax.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/functionsio/angular-parallax/HEAD/index.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/functionsio/angular-parallax/HEAD/package.json -------------------------------------------------------------------------------- /scripts/angular-parallax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/functionsio/angular-parallax/HEAD/scripts/angular-parallax.js -------------------------------------------------------------------------------- /styles/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/functionsio/angular-parallax/HEAD/styles/main.css --------------------------------------------------------------------------------