You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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.