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.
With ngAnimate there is a CSS class called ng-animate which is applied to the element for the duration of the animation. If the user chooses to skip any animations that ngAnimate triggers then they can do so by overriding properties within that ng-animate CSS class. The docs should better reflect how to do this for both 1.3 and 1.4.
The text was updated successfully, but these errors were encountered:
- how to enable / disable animations
Closesangular#8812
- how to handle conflicts with existing animations
Closesangular#8033Closesangular#11820
- what happens on boostrap / how to enable animations on bootstrap
Narretz
added a commit
to Narretz/angular.js
that referenced
this issue
Jan 28, 2016
- how to enable / disable animations
Closesangular#8812
- how to handle conflicts with existing animations
Closesangular#8033Closesangular#11820
- what happens on boostrap / how to enable animations on bootstrap
- how to enable / disable animations
Closes#8812
- how to handle conflicts with existing animations
Closes#8033Closes#11820
- what happens on boostrap / how to enable animations on bootstrap
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With ngAnimate there is a CSS class called
ng-animate
which is applied to the element for the duration of the animation. If the user chooses to skip any animations that ngAnimate triggers then they can do so by overriding properties within that ng-animate CSS class. The docs should better reflect how to do this for both 1.3 and 1.4.The text was updated successfully, but these errors were encountered: