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
+16-40
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,7 @@
221
221
* ({@link ngAnimate#css-staggering-animations Click here to learn how CSS-based staggering works in ngAnimate.})
222
222
* * `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
223
223
* `stagger` option value of `0.1` is used then there will be a stagger delay of `600ms`)
224
+
* `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.)
224
225
*
225
226
* @return {null|object} an object with a start method and details about the animation. If no animation is detected then a value of `null` will be returned.
226
227
*
@@ -563,6 +564,17 @@ var $AnimateCssProvider = ['$animateProvider', function($animateProvider) {
0 commit comments