-
Notifications
You must be signed in to change notification settings - Fork 160
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: a11y - ensure side panel closes properly with reduced motion #11608
fix: a11y - ensure side panel closes properly with reduced motion #11608
Conversation
Deploy preview created for package Built with commit: 57bcb444e4b5d3db7e80b4b311d29d2b2e0a4e0e |
Deploy preview created for package Built with commit: 57bcb444e4b5d3db7e80b4b311d29d2b2e0a4e0e |
Deploy preview created for package Built with commit: 57bcb444e4b5d3db7e80b4b311d29d2b2e0a4e0e |
Deploy preview created for package Built with commit: 57bcb444e4b5d3db7e80b4b311d29d2b2e0a4e0e |
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.
LGTM!
dbddbb0
into
carbon-design-system:release/v2.5.0
Hey there! This issue/pull request was referenced in recently released v2.5.0. |
Co-authored-by: Anna Wen <[email protected]>
Related Ticket(s)
Description
With reduce motion enabled the side panel was left in a state where it was waiting for a transition to end before completing the close. There is not transition with reduced motion, and as a result a transparent pane was left over the rest of the page.
This PR corrects that to ensure the side panel is correctly closed when reduced motion is enabled.
Changelog
Changed