wow animation run in multiple times at once code example
Example: wow animation run in multiple times at once
<div class="wow fadeIn" data-wow-delay=".1s" style="visibility:hidden">
content
</div>
<div class="wow fadeIn" data-wow-delay=".1s" style="visibility:hidden">
content
</div>