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
+14-10
Original file line number
Diff line number
Diff line change
@@ -200,8 +200,8 @@
200
200
* * `stagger` - A numeric time value representing the delay between successively animated elements
201
201
* ({@link ngAnimate#css-staggering-animations Click here to learn how CSS-based staggering works in ngAnimate.})
202
202
* * `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
203
-
* `stagger` option value of `0.1` is used then there will be a stagger delay of `600ms`)
204
-
* `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.)
203
+
* * `stagger` option value of `0.1` is used then there will be a stagger delay of `600ms`)
204
+
* * `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.)
205
205
*
206
206
* @return {object} an object with start and end methods and details about the animation.
207
207
*
@@ -556,9 +556,9 @@ var $AnimateCssProvider = ['$animateProvider', function($animateProvider) {
0 commit comments