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.
I use JavaScript animation with ngAnimate as following
myModule.animation('.in-fade', function(){ ... }}
Until v1.3.0-rc.5 , the animation worked fine on all browsers.
Starting v1.3.0 till v1.3.3, the animation stopped working on IE 11 and Firefox 33.1.1. It only works on Chrome..
The text was updated successfully, but these errors were encountered:
without a little more information it is hard to know what is going on. Would it be possible for you to create a plunker that shows this issue? Also, can you please check if the non-minified version of ng-animate also has this problem? (I would like to know if this is a duplicate of #9936)
I tried the non-minified v1.3.3. The problem is the same. So, it's not a duplicate of #9936. I will create a plunker as soon as I can. Thanks for responding..
I use JavaScript animation with ngAnimate as following
myModule.animation('.in-fade', function(){ ... }}
Until v1.3.0-rc.5 , the animation worked fine on all browsers.
Starting v1.3.0 till v1.3.3, the animation stopped working on IE 11 and Firefox 33.1.1. It only works on Chrome..
The text was updated successfully, but these errors were encountered: