Skip to content

Commit 1da5e90

Browse files
committed
the end of the animation delay can be impacted by the animation delay property as well if the value is negative.
1 parent f180abc commit 1da5e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-animations/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ <h2 class="heading settled" data-level="3" id="animations"><span class="secno">3
417417

418418
<p>The end of the animation is defined by the combination of the
419419
<a class="property" data-link-type="propdesc" href="#propdef-animation-duration">animation-duration</a>, <a class="property" data-link-type="propdesc" href="#propdef-animation-iteration-count">animation-iteration-count</a> and <a class="property" data-link-type="propdesc" href="#propdef-animation-fill-mode">animation-fill-mode</a>
420-
properties.</p>
420+
properties, and <a class="property" data-link-type="propdesc" href="#propdef-animation-delay">animation-delay</a>, if negative.</p>
421421

422422

423423
<div class="example" id="example-dee38741"><a class="self-link" href="#example-dee38741"></a>

0 commit comments

Comments
 (0)