I am using animate.css with wow.js.
The third, with a data delay of more than one second, is not fadeInLeft. It gradually disappears (not to the left).
Has anyone encountered this problem before? How can i fix this?
-
It's my opinion. I have three list items on the page.
<li>
<span class="fadeInLeft wow" data-wow-delay="300ms">Text1</span>
</li>
<li>
<span class="fadeInLeft wow" data-wow-delay="800ms">Text2</span>
</li>
<li>
<span class="fadeInLeft wow" data-wow-delay="1200ms">Text2</span>
</li>
source
share