Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was 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

@matsko

Description

@matsko

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions