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 am having an issue where using animations (ngAnimate) for some components.
i have noticed that when using ngSwitch an animation occurs while angular is doing the switch. at first i had no idea why that happens (because i do not use any ng-animate on that) until i found out that this animation comes from the already defined transition properties of twitters bootstrap css.
i have setup an example on jsfiddle that demonstrates the issue
i am having an issue where using animations (ngAnimate) for some components.
i have noticed that when using ngSwitch an animation occurs while angular is doing the switch. at first i had no idea why that happens (because i do not use any ng-animate on that) until i found out that this animation comes from the already defined transition properties of twitters bootstrap css.
i have setup an example on jsfiddle that demonstrates the issue
http://jsfiddle.net/WdL8H/
EDIT
found out that you can disable animations for certain classes with
so is this the way to go or is this a bug?