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.
classNameFilter applies to parent elements #6539
Closed
Description
This behaviour is quite surprising and should be changed or better documented:
http://plnkr.co/edit/ylFiapyRcSErWC0aC0L0?p=preview
Expected: both numbers to fade in.
Actual: the left elements div.slide.ng-enter are children of div.nicer, which doesn't match classNameFilter, so animations are disabled on all its children.