This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mdSideNav: Animation is broken when specifing "style="width: ...px" attribute #7483
Labels
P4: minor
Minor issues. May not be fixed without community contributions.
pr: merge ready
This PR is ready for a caretaker to review
Comments
Note: Also caused when applying |
EladBezalel
added a commit
that referenced
this issue
Mar 16, 2016
- Made `width` and `min-width` important for the animation fixes #7483
I don't think this is solved, codepen still doesn't work and in my project when i was in 1.1.0-rc2 i solved this by also setting the
but now in 1.1.0-rc3 it doesn't work, it happens the same as the codepen, and the slideIn animation doesn't work, only when you hide the nav the animation it's working unless i override the !important in this new "fix" so i can have something like this:
|
the min-width's have to be |
ilovett
pushed a commit
to ilovett/material
that referenced
this issue
Apr 22, 2016
- Made `width` and `min-width` important for the animation fixes angular#7483 Closes angular#7605
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P4: minor
Minor issues. May not be fixed without community contributions.
pr: merge ready
This PR is ready for a caretaker to review
I have a scenario when a sidenav has ability for resizing dynamicly.
For that purpose I add "style="width: ...px" attribute for <'md-sidenav'> element.
Resizing works perfectly.
But after attribute is added animation of the toggle is broken. Without it animation works.
Here is Codepen
Thanks!
The text was updated successfully, but these errors were encountered: