i have a list of items which are contained in viewport, that means when i load the page they all are animated all at once. but i want them to animate one after the other.
$(function(){
new WOW().init();
})
here is my pen https://codepen.io/kaleem78/pen/oMEeqZ
how to animate the items in the viewport one after the other?