Skip to content

Commit 0016196

Browse files
estellebirtles
authored andcommitted
[css-animations] Fix description of iterations since iteration-count can be < 1
Based on estelle@f34c9d5
1 parent 492f736 commit 0016196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-animations/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Keyframes</h2>
194194

195195
Keyframes are used to specify the values for the animating properties at various points
196196
during the animation. The keyframes specify the behavior of one cycle of the animation;
197-
the animation may iterate one or more times.
197+
the animation may iterate zero or more times.
198198

199199
Keyframes are specified using a specialized CSS at-rule. A <dfn>@keyframes</dfn> rule consists of the
200200
keyword "@keyframes", followed by an identifier giving a name for the animation (which will

css-animations/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ <h2 class="heading settled" data-level="3" id="animations"><span class="secno">3
341341
<h2 class="heading settled" data-level="4" id="keyframes"><span class="secno">4. </span><span class="content"> Keyframes</span><a class="self-link" href="#keyframes"></a></h2>
342342
<p>Keyframes are used to specify the values for the animating properties at various points
343343
during the animation. The keyframes specify the behavior of one cycle of the animation;
344-
the animation may iterate one or more times.</p>
344+
the animation may iterate zero or more times.</p>
345345
<p>Keyframes are specified using a specialized CSS at-rule. A <dfn class="css" data-dfn-type="at-rule" data-export="" id="at-ruledef-keyframes">@keyframes<a class="self-link" href="#at-ruledef-keyframes"></a></dfn> rule consists of the
346346
keyword "@keyframes", followed by an identifier giving a name for the animation (which will
347347
be referenced using <a class="property" data-link-type="propdesc" href="#propdef-animation-name">animation-name</a>), followed by a set of style rules (delimited by curly

0 commit comments

Comments
 (0)