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.
Copy file name to clipboardExpand all lines: src/ngAnimate/animate.js
+6
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,12 @@
219
219
* Also, try not to mix the two class-based animation flavors together since the CSS code may become
220
220
* overly complex.
221
221
*
222
+
* <div class="alert alert-warning">
223
+
* **Note:** Some third-party frameworks place animation duration defaults across many element or className selectors in order to make their code small and reuseable.
224
+
* This can lead to issues with ngAnimate, which is expecting actual animations on theses elements and has to wait for their completion.
225
+
* You can prevent this unwanted behavior by using a prefix on all your animation classes, after what you can configure `$animate` to enforce this prefix: `$animateProvider.classNamePrefix(/animate-/);`
226
+
* </div>
227
+
*
222
228
* ### CSS Staggering Animations
223
229
* A Staggering animation is a collection of animations that are issued with a slight delay in between each successive operation resulting in a
224
230
* curtain-like effect. The ngAnimate module (versions >=1.2) supports staggering animations and the stagger effect can be
0 commit comments