It is a jQuery plugin, wrapper for animated.css and waypoints.js, animate trigger by scroll event.
npm install animated.jsIt is a jQuery plugin, wrapper for animated.css and waypoints.js, animate trigger by scroll event.
You can get the source from github, or install it by bower.
git clone https://github.com/yufeiminds/animated.js
bower install animated.js
``javascript`
{
'animate_getter': function(e) { return e.data('animated'); },
}
`javascript``
$(document).ready( function() {
$('[data-animated]').animated({
/ Your custom settings /
});
});
1. Fork this repo.
2. Modify it.
3. Create a pull request.
happy coding...!
yufeiminds@gmail.com