angular-elastic-grid
Installation
install angular-elastic-grid
by bower or npm running the following command
bower install angular-elastic-grid --saveornpm install angular-elastic-grid --save
or download
here then
append angular-elastic-grid.min.js
in to end of body, before your project, after the angular
and the other
libs.
<!--using bower-->............
<!--using npm-->............
add angular-elastic-grid
as a module dependency for your app
angular
Usage
There are eight filter options for elastic_grid.js
popup
none
moveup
scaleup
fallperspective
helix
fly
flip
items must be an array. filter uses the 'none' filter if no filter is defined.
Optionals: direction, speed, height, delay and inverse.
...or......or......or... ......
Development
- install node and bower on your environment
cd to your desired folder and clone angular-elastic-grid
repository
git clone https://github.com/lbenie/angular-elastic-gridcd angular-elastic-grid
install all project dependencies
npm installbower install
serve automated test once
#unit test without live reload gulp test-src
serve automated tests and builds
#unit test with live reload + build gulp
build all to distribution
#this generates minified src at `dist/angular-elastic-grid.min.js` gulp build
Notes:
-
To contribute with this awesome project, just open an issue, then fork the project and make a new branch to do your work.
-
Run
gulp build
before making your PR.
Feel free to open issues if you run into a problem or if you just have suggestions. PR´s are always welcome.
License
angular-elastic-grid
is open-sourced software licensed under MIT.