-
Notifications
You must be signed in to change notification settings - Fork 208
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
fix(overlay): leverage "transition-behavior" to persist top-layer content while closing #4050
Conversation
Lighthouse scores
What is this?Lighthouse scores comparing the documentation site built from the PR ("Branch") to that of the production documentation site ("Latest") and the build currently on Transfer Size
Request Count
|
Tachometer resultsChromeaction-bar permalink
action-menu permalink
combobox permalink
menu permalink
overlay permalink
picker permalink
popover permalink
split-button permalink
tooltip permalink
Firefoxaction-bar permalink
action-menu permalink
combobox permalink
menu permalink
overlay permalink
picker permalink
popover permalink
split-button permalink
tooltip permalink
|
c258044
to
297a79b
Compare
169a032
to
82aab96
Compare
@hunterloftis this is expected as it falls outside of the support matrix of the polyfill we deliver the Overlay with when Do you think we should roll back that change in the demos? Firefox is tracking v125 support for |
e40923e
to
2957b84
Compare
@Westbrook ah I see, it's failing due to the backdrop filter. Personally I was thrown by the demo (it looked like a bug, rather than a demonstration of an edge case). I think it's fine to leave it as long as we make it clear that it's intending to demonstrate a cross-browser limitation. Naming it something other than "open," or putting text around the demo itself describing what it's showing. |
d83dec7
to
74c2152
Compare
74c2152
to
824fb67
Compare
Description
Currently when the browser closers an Overlay for us, it will fall off of the
#top-layer
immediately and allow the Overlay content to paint behind standard page content while its close animation is playing.transition-behavior
, in association with theoverlay
property, allows the content to stay on the#top-layer
through the course of the animation.TO DO
How has this been tested?
Types of changes
Checklist