I'm trying to fire animate.css events when page is scrolled (one pager).
Basically I'd need jquery to add for example class .animate to every visible element in view that has for example class .anim
Additional points: if there a way to add data-delay attribute to my html so that jquery would parse it with delay
for example Hello
Add class to all elements you want to add the
.animclass like i have done in exampleaddand then write the following jQuery codeand for more details plz check out this DEMO JSFIDDLE
Also check this link