You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'animationiteration' event occurs at the end of each iteration of an animation for which <code>animation-iteration-count</code> is greater than one. This event does not occur for animations with an iteration count of one.
1379
+
The 'animationiteration' event occurs at the end of each iteration of an animation, except when an 'animationend' event would fire at the same time.
1380
+
This means that this event does not occur for animations with an iteration count of one or less.
0 commit comments