Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

ngAnimate + ngShow/ngHide ruins elements that do not use display:block #7707

Closed
matsko opened this issue Jun 5, 2014 · 0 comments
Closed

Comments

@matsko
Copy link
Contributor

matsko commented Jun 5, 2014

If an element has a display style like display:flex then during the show/hide animation the display rendering of the element will be set to block which may ruin the overall look of the element whilst in animation. We need a fix that ensures that only display:none!important is applied and it is only applied when the .ng-hide class (and none of the animation-related generated classes) is present.

matsko added a commit to matsko/angular.js that referenced this issue Jun 5, 2014
matsko added a commit to matsko/angular.js that referenced this issue Jun 5, 2014
@matsko matsko closed this as completed in 1d90744 Jun 5, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant