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
<aclass=propertydata-link-type=propdeschref=#propdef-animation-timing-functiontitle=animation-timing-function>animation-timing-function</a>, the behavior of which is described below. In addition, keyframe rule
335
336
declarations qualified with !important are ignored.
336
337
337
-
<p> Issue: Need to describe what happens if a property is not present in all keyframes.
Need to describe what happens if a property is not present in all keyframes.
340
+
</p>
341
+
339
342
<p> The @keyframes rule that is used by an animation will be the last one encountered in sorted rules
340
343
order that matches the name of the animation specified by the <aclass=propertydata-link-type=propdeschref=#propdef-animation-nametitle=animation-name>animation-name</a> property. It must be
341
344
noted that @keyframes rules cascade; therefore, an animation may derive keyframes from more than one
Why does it ignore the progress made by a non-integer iteration count?
738
+
</p>
734
739
735
-
<p> Issue: What happens with <aclass=cssdata-link-type=propdeschref=#propdef-animation-durationtitle=animation-duration>animation-duration: 0; animation-iteration-count: infinite;</a>?
What happens with <aclass=cssdata-link-type=propdeschref=#propdef-animation-durationtitle=animation-duration>animation-duration: 0; animation-iteration-count: infinite;</a>?
736
742
The animation is instantaneous,
737
743
but there is no "last complete iteration".
738
744
In particular, you can’t tell whether to use the 0% or 100% keyframe.
Need to describe what happens if a property is not present in all keyframes.
1329
+
<ahref=#issue-f48af4a5> ↵ </a></div>
1330
+
1331
+
<divclass=issue>
1332
+
Why does it ignore the progress made by a non-integer iteration count?
1333
+
<ahref=#issue-34f9fa42> ↵ </a></div>
1334
+
1335
+
<divclass=issue>
1336
+
What happens with <aclass=cssdata-link-type=propdeschref=#propdef-animation-durationtitle=animation-duration>animation-duration: 0; animation-iteration-count: infinite;</a>?
1337
+
The animation is instantaneous,
1338
+
but there is no "last complete iteration".
1339
+
In particular, you can’t tell whether to use the 0% or 100% keyframe.
1340
+
<ahref=#issue-f125a3b9> ↵ </a></div>
1341
+
1342
+
<divclass=issue>
1343
+
This contradicts the <aclass=propertydata-link-type=propdeschref=#propdef-animation-delaytitle=animation-delay>animation-delay</a> section,
1344
+
which says that a <spanclass=cssdata-link-type=maybetitle=0s>0s</span> duration animation still fires events.
0 commit comments