Skip to content

Commit 0879935

Browse files
authored
[css-animations-2][editorial] A single animation-delay value resets animation-delay-end (#14336)
1 parent 2cb84cd commit 0879935

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-animations-2/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@ as described in [[#animations]].
601601
The 'animation-delay' property is a [=shorthand property|shorthand=]
602602
that sets 'animation-delay-start' and 'animation-delay-end'
603603
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
604+
set the 'animation-delay-start' to that value, and will reset
605+
'animation-delay-end' to its initial value, for backward compatibility with
606606
the 'animation-delay' previous longhand behavior.
607607

608608
## The 'animation-fill-mode' property ## {#animation-fill-mode}

0 commit comments

Comments
 (0)