We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e60cb commit fa167baCopy full SHA for fa167ba
docs/content/guide/animations.ngdoc
@@ -430,10 +430,12 @@ You can prevent this unwanted behavior by adding CSS to the `.ng-animate` class
430
for the whole duration of an animation. Simply overwrite the transition / animation duration. In the
431
case of the spinner, this would be:
432
433
+```css
434
.spinner.ng-animate {
435
transition: 0s none;
436
animation: 0s none;
437
}
438
+```
439
440
If you do have CSS transitions / animations defined for the animation events, make sure they have higher priority
441
than any styles that are independent from ngAnimate.
0 commit comments