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/animateCss.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ var ANIMATE_TIMER_KEY = '$$animateCss';
202
202
* * `stagger` - A numeric time value representing the delay between successively animated elements
203
203
* ({@link ngAnimate#css-staggering-animations Click here to learn how CSS-based staggering works in ngAnimate.})
204
204
* * `staggerIndex` - The numeric index representing the stagger item (e.g. a value of 5 is equal to the sixth item in the stagger; therefore when a
205
-
* * `stagger` option value of `0.1` is used then there will be a stagger delay of `600ms`)
205
+
* `stagger` option value of `0.1` is used then there will be a stagger delay of `600ms`)
206
206
* * `applyClassesEarly` - Whether or not the classes being added or removed will be used when detecting the animation. This is set by `$animate` when enter/leave/move animations are fired to ensure that the CSS classes are resolved in time. (Note that this will prevent any transitions from occuring on the classes being added and removed.)
207
207
* * `cleanupStyles` - Whether or not the provided `from` and `to` styles will be removed once
208
208
* the animation is closed. This is useful for when the styles are used purely for the sake of
0 commit comments