We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
Content should animate when opening/closing sidenav in 'side' mode, as it does in 'push' mode.
Content position is adjusted instantly, while the draw animates. Likely CSS transitions not being applied to the contents.
Make a component with a sidenav set to 'side' mode: http://plnkr.co/edit/H5s8r7830pbJTBGXfgWC?p=preview
Disjointed appearance & inconsistent behavior with other modes.
Angular RC 4-6, Material alphas 5-8. Windows. Chrome, FF, Edge
No.
The text was updated successfully, but these errors were encountered:
#1040 possibly related?
Sorry, something went wrong.
seems like it would be
fixed by #2486
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
mmalerba
Successfully merging a pull request may close this issue.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Content should animate when opening/closing sidenav in 'side' mode, as it does in 'push' mode.
What is the current behavior?
Content position is adjusted instantly, while the draw animates. Likely CSS transitions not being applied to the contents.
What are the steps to reproduce?
Make a component with a sidenav set to 'side' mode:
http://plnkr.co/edit/H5s8r7830pbJTBGXfgWC?p=preview
What is the use-case or motivation for changing an existing behavior?
Disjointed appearance & inconsistent behavior with other modes.
Which versions of Angular, Material, OS, browsers are affected?
Angular RC 4-6, Material alphas 5-8. Windows. Chrome, FF, Edge
Is there anything else we should know?
No.
The text was updated successfully, but these errors were encountered: