-
Notifications
You must be signed in to change notification settings - Fork 74
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
Comments
Hi @flackr and welcome to web-features. I've got some background on this description and then a question for you. This feature is described in terms of Right now, we're working on an initial pass of the platform, to capture everything (albeit rather imperfectly). We have a number of issues open to better address what we've been calling "later additions" and this appears to be one of them. Those other methods are in fact part of the feature, but they don't contribute to the overall headline status. See https://github.com/web-platform-dx/web-features/blob/main/features/web-animations.yml.dist for details. Given this background, does the description make some more sense? Would it be helpful to have distinct features for some of the later additions? Or is it still the case that your model of "web animations" must have |
The definition on the linked page supports the modification here, in particular it says:
I believe it is the very same feature. Browser versions that only support Element.animate are listed as partial support on caniuse.
I think this is important in establishing what counts as use and tests of the described feature.
I think it is still the case that it must have |
Thanks for the update, @flackr. I think I've misunderstood some pieces of this, so I'm going to take a closer look at the data and see what I can do here with the feature pinning, to unblock changing the description. |
Specification
https://www.w3.org/TR/web-animations-1/
Description
The feature description for web-animations describes it as "The
animate()
method ofElement
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 thegetAnimations()
method on a document orElement
.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
The text was updated successfully, but these errors were encountered: