-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Why animatable CSS properties reference was removed? #27042
Comments
I made #26364 and the reasons for the revamp are:
If you find the list useful, could you elaborate why there's a need in the first place to see the complete list of animatable properties? |
Thanks for a quick answer! This makes sense. Then I think there at least should be the list of exceptions. The list was useful for a quick check if I'm trying to animate something that's not animatable) I know you can check property page, but this could be more convenient for multiple properties. And also for education (i gave this link to my students). I also don't know how MDN is build but maybe you can just pick up properties with right animation type and put them on this page? |
We used to do that, but any kind of programmatic text generation requires a macro and we are generally moving away from macros. I personally don't see how we can achieve this without macros, so we are just refactoring our content to get around the limitation. @yarusome Do you have plans on addressing this? The point about educational value seems reasonable. A list of exceptions should work. |
@Josh-Cena I can make a PR to list non-animatable properties on that page, but it somewhat contradicts one of the original goals, i.e. eliminate the need to maintain a list all along. 🤔 Other question before opening a PR:
|
Can I ask why? Just out of curiosity)
You know thinking about this now: my personal case was to check if property/properties (it could be any) is animatable. I just preferred one page list. So I'm not even sure if I would use non-animatable properties list. I guess it will be easier now to just check on each property page instead. But that's just me. I'm not sure what would be better universal solution (outside of initial one page). |
I dunno; I wasn't the one making the decision. My guesses are:
I'll leave it to you folks to decide what we should do. My personal take is that an overview of some sort is valuable but not necessary, and if @Vallek doesn't feel strongly any more, we can close it until someone else asks for it. |
Yeah I think I agree. Would be nice to have it, but as longs as you can just check each page it's not crucial. |
Sure, let's close this for now. |
@Vallek FWIW, latest statuses can be extracted from @webref/css. |
I'll try to put a page together with a list from api and post link here later. |
Ok, so I made a page with lists of animatable and not animatable CSS properties. Here it is: vallek.github.io/animatable-css/ It updates once in a day and generates static html so minimum strain on api or client) @yarusome Thanks for the api link! |
MDN URL
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_animated_properties
What specific section or headline is this issue about?
Animatable CSS properties reference
What information was incorrect, unhelpful, or incomplete?
This page contained full list (reference) of animatable CSS properties. Which was obviously helpful. It's gone now.
What did you expect to see?
Full list of animatable CSS properties
Do you have any supporting links, references, or citations?
You can still see it in french version for example. And in archive.
Do you have anything more you want to share?
Please bring it back.
MDN metadata
Page report details
en-us/web/css/css_animated_properties
The text was updated successfully, but these errors were encountered: