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 has been archived by the owner on Apr 12, 2024. It is now read-only.
If you use ng-class with ngAnimate, to say animate left or right conditionally, ngAnimate 1.2.0-rc.3 often skips the animation entirely, whereas it seemingly always executes properly in 1.2.0-rc.2.
So yes this is a bug. What's going on is ng-class is competing with ng-show and it only shows up when the direction is set or changes. This is why it shows up on the first value. There's another issue open right now that is present due to this bug and I'm working on a fix.
If you use ng-class with ngAnimate, to say animate left or right conditionally, ngAnimate 1.2.0-rc.3 often skips the animation entirely, whereas it seemingly always executes properly in 1.2.0-rc.2.
Plunkr for 1.2.0-rc.3: http://plnkr.co/edit/3VACcBG8GTyav5FNYNHo?p=preview
Just revert back to 1.2.0-rc.2 in the above example and see the buggy behavior disappear.
The text was updated successfully, but these errors were encountered: