- add animation duration option (e1ef7983)
- stop grunt-bump from trying to bump the CHANGELOG.md (d06d4126)
- Remove private flag to allow Bower registration
- add the ability to use animation loops (b477632b)
- Delay can no longer be specified in the plugin shorthand (89e7da1a)
Before:
$('#your-id').animateCSS('fadeIn', 2000);
After:
$('#your-id').animateCSS('fadeIn', {delay:2000});