There was an error while loading. Please reload this page.
1 parent 2cb84cd commit 0879935Copy full SHA for 0879935
1 file changed
css-animations-2/Overview.bs
@@ -601,8 +601,8 @@ as described in [[#animations]].
601
The 'animation-delay' property is a [=shorthand property|shorthand=]
602
that sets 'animation-delay-start' and 'animation-delay-end'
603
together in a single declaration. Specifying a single value will
604
- set the 'animation-delay-start' to that value, and will not affect
605
- the value of 'animation-delay-end', for backward compatibility with
+ set the 'animation-delay-start' to that value, and will reset
+ 'animation-delay-end' to its initial value, for backward compatibility with
606
the 'animation-delay' previous longhand behavior.
607
608
## The 'animation-fill-mode' property ## {#animation-fill-mode}
0 commit comments