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
Copy file name to clipboardExpand all lines: css3-animations/Overview.src.html
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -545,7 +545,14 @@ <h3>
545
545
</table>
546
546
547
547
<p>
548
-
By default the value is '0', meaning that the animation cycle is immediate (i.e. there will be no animation). A negative value for <spanclass="prop-name">animation-duration</span> is treated as '0'.
548
+
By default the value is '0', meaning that the animation cycle is
549
+
immediate. A negative value for <span
550
+
class="prop-name">animation-duration</span> is treated as '0'. In this
551
+
case <spanclass="prop-name">animation-fill-mode</span> still applies,
552
+
so an animation that fills backwards will show the value of the 0%
553
+
keyframe during any delay period, and an animation that fill forwards
554
+
will retain the value specified at the 100% keyframe, even if the
555
+
animation was instantaneous. Also, animation events are still fired.
0 commit comments