Developer-friendly WordPress Plugin for creating animations
Using these libraries Waypoints.js + Animate.css
clone the repo
cd into plugins/sexy-animations
run npm install
To animate an element, open /assets/js/app.js
:
Append an element animation object to the array animationElements
const animationsElements = [ {className: '.post', animation: 'wp-fadeInUp', delay: 'wp-delay-1'} ];