1

This post is in relation to animate.css and wow.js. This might be a very silly question but what is the difference between animation-duration and animation-delay vs data-wow-duration and data-wow-delay?

Thank you!

D Lee
  • 11
  • 1
  • 3

1 Answers1

1

data-wow-duration is the length of time the animation will play - and - data-wow-delay is how long to wait before playing the animation.

Steve

Steve Shead
  • 121
  • 8