We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0bbde commit a689ce6Copy full SHA for a689ce6
src/ngAnimate/animateCss.js
@@ -169,19 +169,7 @@
169
* start: Function,
170
*
171
* // ends (aborts) the animation
172
- * end: Function,
173
- *
174
- * // the total number of seconds that the animation will run for
175
- * duration: Number,
176
177
- * // the total number of seconds that the animation will delay for before starting
178
- * delay: Number,
179
180
- * // whether or not transitions were detected and will therefore be used for the animation
181
- * transitions: Boolean,
182
183
- * // whether or not keyframe animations were detected and will therefore be used for the animation
184
- * keyframes: Boolean
+ * end: Function
185
* }
186
* ```
187
0 commit comments