-
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
feat: Add content for overlay and discrete animation features #29049
feat: Add content for overlay and discrete animation features #29049
Conversation
This pull request has merge conflicts that must be resolved before it can be merged. |
This PR has been dormant for a while, but it has been reviewed (thanks @josepharhar!), and the content looks good. I am going to call the technical review completed. The next stage is to close this PR and open a new editorial review PR based on the same branch, which I'll pass to one of the MDN editorial team for final review before publication. |
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.
Something I noticed. I'll fix it when I look at this again tomorrow.
Note: This technical review is now completed and approved. For the follow-on editorial review, see #29943.
Description
This PR adds content for multiple related features that go together to enable the creation of exit/entrance animations using simple CSS, or to put it another way, animating to/from
display: none
(this includes top layer elements like popovers), or animating elements when they have just been added to the DOM.Specifically, these are:
@starting-style
: Chrome 117overlay
property: Chrome 117display: none
andcontent-visibility: hidden
: Chrome 116transition-behavior
property: Chrome 117See my research document for more details of what this project aims to add.
Motivation
Additional details
Related issues and pull requests