-
Notifications
You must be signed in to change notification settings - Fork 707
[css-animations-2] should animation-composition
be taken into account when merging keyframes?
#6935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
graouts
added a commit
to graouts/wpt
that referenced
this issue
Jan 7, 2022
…tion-composition. This is discussed in w3c/csswg-drafts#6935.
graouts
added a commit
to graouts/wpt
that referenced
this issue
Jan 7, 2022
…ion shorthand. This is being discussed by w3c/csswg-drafts#6935.
I have WPT coverage in progress in graouts/wpt@3343e4f if anyone is curious as to what this would look like in practice. |
I think that makes sense. |
graouts
added a commit
to graouts/csswg-drafts
that referenced
this issue
Jan 21, 2022
graouts
added a commit
to graouts/csswg-drafts
that referenced
this issue
Jan 21, 2022
…eyframes, addresses w3c#6935.
graouts
added a commit
to graouts/csswg-drafts
that referenced
this issue
Jan 21, 2022
graouts
added a commit
to graouts/wpt
that referenced
this issue
Jan 21, 2022
…tion-composition. This is discussed in w3c/csswg-drafts#6935.
graouts
added a commit
to graouts/wpt
that referenced
this issue
Jan 21, 2022
…ion shorthand. This is being discussed by w3c/csswg-drafts#6935.
graouts
added a commit
to graouts/wpt
that referenced
this issue
Jan 21, 2022
…ccounting for animation-composition This was discussed in w3c/csswg-drafts#6935.
graouts
added a commit
to web-platform-tests/wpt
that referenced
this issue
Jan 25, 2022
…ccounting for animation-composition (#32495) This was discussed in w3c/csswg-drafts#6935.
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this issue
Feb 5, 2022
…for keyframe de-duplication accounting for animation-composition, a=testonly Automatic update from web-platform-tests [css-animations-2] Add testing coverage for keyframe de-duplication accounting for animation-composition (#32495) This was discussed in w3c/csswg-drafts#6935. -- wpt-commits: ca08c8112c862e5dbea899da0bda8ac84d9a201b wpt-pr: 32495
jamienicol
pushed a commit
to jamienicol/gecko
that referenced
this issue
Feb 7, 2022
…for keyframe de-duplication accounting for animation-composition, a=testonly Automatic update from web-platform-tests [css-animations-2] Add testing coverage for keyframe de-duplication accounting for animation-composition (#32495) This was discussed in w3c/csswg-drafts#6935. -- wpt-commits: ca08c8112c862e5dbea899da0bda8ac84d9a201b wpt-pr: 32495
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Keyframes section of the CSS Animations Level 2 spec discusses how
animation-timing-function
applied to individual keyframes should be account for along with the offset to merge keyframes with similar offset and easing.Should
animation-composition
also be accounted for here such that only keyframes with the same offset, canonical timing function and composite operation be merged?The text was updated successfully, but these errors were encountered: