-
Notifications
You must be signed in to change notification settings - Fork 711
[css-animations-2][web-animations-2] API For specifying phase linked offsets in keyframes #7637
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
Closed Accepted by CSSWG Resolution
Commenter Satisfied
Commenter has indicated satisfaction with the resolution / edits.
css-animations-2
scroll-animations-1
Current Work
web-animations-2
Current Work
Comments
The CSS Working Group just discussed
The full IRC log of that discussion<TabAtkins> Topic: API for phase-linked offsets in keyframes<TabAtkins> github: https://github.com//issues/7637 <TabAtkins> flackr: Related to previous, we also resolved in CSS that you could link keyframes to timeline phases <TabAtkins> flackr: But again we didn't have a JS way to do it <TabAtkins> flackr: So the issue suggests that we reuse the previous resolution's format for specifying keyframe offsets <TabAtkins> +1 <TabAtkins> flackr: So represetning a keyframe position as phase+offset <TabAtkins> Rossen_: objections? <bramus> +1 <Sebo> +1 <TabAtkins> flackr: Summarized: support passing a phase+offset object in the keyframe offsets <TabAtkins> RESOLVED: Use same object as in 7589 to specify keyframe offsets as well |
fantasai
added a commit
to fantasai/csswg-drafts
that referenced
this issue
Mar 24, 2023
fantasai
added a commit
to fantasai/csswg-drafts
that referenced
this issue
Mar 27, 2023
fantasai
added a commit
to fantasai/csswg-drafts
that referenced
this issue
Mar 29, 2023
fantasai
added a commit
to fantasai/csswg-drafts
that referenced
this issue
Apr 1, 2023
fantasai
added a commit
to fantasai/csswg-drafts
that referenced
this issue
Apr 3, 2023
fantasai
added a commit
that referenced
this issue
Apr 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Closed Accepted by CSSWG Resolution
Commenter Satisfied
Commenter has indicated satisfaction with the resolution / edits.
css-animations-2
scroll-animations-1
Current Work
web-animations-2
Current Work
In #7044 we resolved to add phase linked offsets to the animations APIs. We discussed a simple CSS syntax such as the following:
We didn't talk about a syntax for the web-animations API, however #7589 touches on an API for the similar
delay
andendDelay
properties so we should probably do the same here. Concretely this means whichever format we choose for #7589 (i.e. String or Object), that could be specified foroffset
in the Keyframe dictionary and should likely be returned by getKeyframes.The text was updated successfully, but these errors were encountered: