Skip to content
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(expansion-panel): animation not working in Angular 4.3 #6442

Merged
merged 1 commit into from
Aug 15, 2017

Commits on Aug 13, 2017

  1. fix(expansion-panel): animation not working in Angular 4.3

    Fixes the animation not working correctly in Angular 4.3. It seems like having both the margin and height animation on the element causes the height one to break. This approach also has the advantage of making it easier to override the margin and being able to use the SASS variables if necessary.
    crisbeto committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    1bc5cf9 View commit details
    Browse the repository at this point in the history