-
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
Repurpose the "Animatable CSS properties" page #26364
Conversation
Preview URLs External URLs (3)URL:
(comment last updated: 2023-04-24 13:58:16) |
cc @teoli2003 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few changes needed (We'll need to check the output of the PR companion to check the output of the definition list)
@@ -1,15 +1,53 @@ | |||
--- | |||
title: Animatable CSS properties | |||
title: Animating CSS properties |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer to keep the page's name as is for now. If we want to change it, we should move the page too. This can be done in a follow-up PR to keep the discussion separated.
Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
I finally fixed the definition list after finding the format in the guide. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
This PR:
web/css/animation
,web/css/css_transitions/using_css_transitions
,web/css/transition-property
;{{CSSAnimatedProperties}}
macro.Motivation
See https://github.com/orgs/mdn/discussions/367.
Additional details
Most contents are reproduced from the relevant section in the Web Animations spec:
https://w3c.github.io/csswg-drafts/web-animations-1/#animating-properties
Related issues and pull requests
Fixes #17768.