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 was archived by the owner on Apr 12, 2024. It is now read-only.
Current behavior:
When changing class with NgClass directive transition style seems to be overriden by something on animation start, so animation doesn't work when easing in, only when easing out (only when using ng-animate class to contain animation styling).
Expected / new behavior: Transition style should be taken into account also when animation begins.
AngularJS version: Regression happened in 1.4.0-rc.0 and still exist (tested in latest snapshot - see above).
Browser: Firefox / Chrome / Opera / Edge (tested on Windows 10, but I believe it doesn't matter).
Anything else:
Something broke when refactoring code between 1.4.0-rc.0 and 1.4.0-beta.6. I tried to trace this issue but too many things was moved in the code for me to follow.