Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Conversation

clshortfuse
Copy link
Contributor

sidenav was missing CSS a pre-animation state when transitioning
from closed to locked open

  • Add CSS for missing pre-animation state
  • Add comments to clarify animation logic

Fixes #9425

@clshortfuse
Copy link
Contributor Author

Test with http://codepen.io/shortfuse/pen/GjGzbv (localhost)

The repeated CSS rules are intentional for commenting. Since they are sequentially in order, they will get squashed during minification.

@EladBezalel
Copy link
Member

The open animation seems to be broken

@@ -18,55 +18,76 @@ md-sidenav {
list-style: none;
}

// unlocked|open (default)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't understand what this notation means..

@clshortfuse clshortfuse force-pushed the sideNav-fixLockedOpenAnimation branch 3 times, most recently from 4f13abb to df7592d Compare October 17, 2016 16:48
sidenav was missing CSS a pre-animation state when transitioning
from closed to locked open

* Add CSS for missing pre-animation state
* Add comments to clarify animation logic

Fixes angular#9425
@clshortfuse clshortfuse force-pushed the sideNav-fixLockedOpenAnimation branch from df7592d to 75a6603 Compare October 17, 2016 16:48
@EladBezalel EladBezalel added needs: presubmit and removed needs: review This PR is waiting on review from the team labels Oct 17, 2016
Copy link
Contributor

@topherfangio topherfangio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manual testing looks good to me 👍

@jelbourn jelbourn merged commit bd605c0 into angular:master Oct 21, 2016
@angular angular locked as resolved and limited conversation to collaborators Mar 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

md-sidenav(md-is-locked-open): animation issue
6 participants