We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9171cdf commit da302c5Copy full SHA for da302c5
css-animations-2/Overview.bs
@@ -348,9 +348,13 @@ its associated [=keyframes=] are generated as follows:
348
349
1. Add to the |keyframe properties| of |initial keyframe| and |final keyframe|
350
the [=computed value=] on |element|
351
- of each property in |animated properties|
352
- that is not already assigned to a [=keyframe=] in |keyframes|
353
- that has a matching |keyframe offset|.
+ of each property in |animated properties|.
+ Skip any property already declared by a [=keyframe=] in |keyframes|
+ that has a matching |keyframe offset|
354
+ or that is positioned
355
+ earlier (for |initial keyframe|)
356
+ or later (for |final keyframe|)
357
+ in the [=used keyframe order=].
358
359
1. <strong>Sort Frames:</strong>
360
0 commit comments