Skip to content
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

Revise web-animations feature #2244

Open
flackr opened this issue Nov 14, 2024 · 0 comments · May be fixed by #2251
Open

Revise web-animations feature #2244

flackr opened this issue Nov 14, 2024 · 0 comments · May be fixed by #2251
Labels
feature definition Creating or defining new features or groups of features.

Comments

@flackr
Copy link

flackr commented Nov 14, 2024

Specification

https://www.w3.org/TR/web-animations-1/

Description

The feature description for web-animations describes it as "The animate() method of Element objects", however animations can also be constructed with the Animation constructor and the web animations API can be used on CSS animations and transitions after getting the Animation objects using the getAnimations() method on a document or Element.

I propose we revise the description to clearly include these other means of using the web animations APIs.

Documentation

N/A This is a proposed revision to the existing feature

Browser support

N/A This is a proposed revision to the existing feature

@flackr flackr added the feature definition Creating or defining new features or groups of features. label Nov 14, 2024
@flackr flackr linked a pull request Nov 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature definition Creating or defining new features or groups of features.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant