Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 693021c

Browse files
Shrulikgkalpak
authored andcommitted
docs($animateCss): remove superfluous asterisk
Closes #12959
1 parent dc818e1 commit 693021c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngAnimate/animateCss.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ var ANIMATE_TIMER_KEY = '$$animateCss';
202202
* * `stagger` - A numeric time value representing the delay between successively animated elements
203203
* ({@link ngAnimate#css-staggering-animations Click here to learn how CSS-based staggering works in ngAnimate.})
204204
* * `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`)
206206
* * `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.)
207207
* * `cleanupStyles` - Whether or not the provided `from` and `to` styles will be removed once
208208
* the animation is closed. This is useful for when the styles are used purely for the sake of

0 commit comments

Comments
 (0)