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
Description
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
Labels
No labels