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.

1.2.0rc1 ngClass breaks enter animations #3727

Closed
@gustly

Description

@gustly

Plunker at http://plnkr.co/edit/1t54n1Y8ngIsRpaPlEWZ?p=preview

If you animate between two elements using enter and leave, and the class is set via the ngClass directive, the enter animation fails. This happens because the enter animation is triggered before ngClass is evaluated, and thus the new element does not yet have its animation CSS class set.

Note that we are using 1.2.0rc1

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