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
@@ -578,10 +578,10 @@ <h3 id=the-animation-name-property-><span class=secno>3.2. </span> The
578
578
two animations.
579
579
</p>
580
580
<p>
581
-
At time ‘<code class=css>0s</code>’ the element's border will be 4px wide (0px from ‘<code class=property>border-bloat</code>’ plus 4px from ‘<code class=property>border-diet</code>’).
582
-
At time ‘<code class=css>4s</code>’ the element's border will be 6px wide (4px from ‘<code class=property>border-bloat</code>’ plus 2px from ‘<code class=property>border-diet</code>’).
583
-
At time ‘<code class=css>10s</code>’ the element's border will be 10px wide (10px from ‘<code class=property>border-bloat</code>’ and no addition from
584
-
‘<code class=property>border-diet</code>’ as it is no longer executing).
581
+
At time '0s' the element's border will be 4px wide (0px from 'border-bloat' plus 4px from 'border-diet').
582
+
At time '4s' the element's border will be 6px wide (4px from 'border-bloat' plus 2px from 'border-diet').
583
+
At time '10s' the element's border will be 10px wide (10px from 'border-bloat' and no addition from
584
+
'border-diet' as it is no longer executing).
585
585
</p>
586
586
</div>
587
587
-->
@@ -610,7 +610,7 @@ <h3 id=the-animation-duration-property-><span class=secno>3.3. </span> The
610
610
<tr>
611
611
<td><em>Initial:</em>
612
612
613
-
<td>0
613
+
<td>0s
614
614
615
615
<tr>
616
616
<td><em>Applies to:</em>
@@ -638,10 +638,10 @@ <h3 id=the-animation-duration-property-><span class=secno>3.3. </span> The
638
638
<td> Same as specified value.
639
639
</table>
640
640
641
-
<p> By default the value is ‘<codeclass=css>0</code>’, meaning
642
-
that the animation cycle is immediate. A negative value for <a
641
+
<p> By default the value is ‘<codeclass=css>0s</code>’,
642
+
meaning that the animation cycle is immediate. A negative value for <a
643
643
class=prop-namehref="#animation-duration">animation-duration</a> is
644
-
treated as ‘<codeclass=css>0</code>’. In this case <a
644
+
treated as ‘<codeclass=css>0s</code>’. In this case <a
645
645
class=prop-namehref="#animation-fill-mode">animation-fill-mode</a> still
646
646
applies, so an animation that fills backwards will show the value of the
647
647
0% keyframe during any delay period, and an animation that fill forwards
@@ -953,7 +953,7 @@ <h3 id=the-animation-delay-property-><span class=secno>3.8. </span> The
0 commit comments