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
+2-1
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,8 @@
176
176
* unless you really need a digest to kick off afterwards.
177
177
*
178
178
* Keep in mind that, to make this easier, ngAnimate has tweaked the JS animations API to recognize when a runner instance is returned from $animateCss
179
-
* (so there is no need to call `runner.done(doneFn)` inside of your JavaScript animation code). Check the [animation code above](#usage) to see how this works.
179
+
* (so there is no need to call `runner.done(doneFn)` inside of your JavaScript animation code).
180
+
* Check the {@link ngAnimate.$animateCss#usage animation code above} to see how this works.
180
181
*
181
182
* @param {DOMElement} element the element that will be animated
182
183
* @param {object} options the animation-related options that will be applied during the animation
0 commit comments