Skip to content

Commit a689ce6

Browse files
committed
docs($animateCss): remove out-dated return type details
1 parent fa0bbde commit a689ce6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/ngAnimate/animateCss.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -169,19 +169,7 @@
169169
* start: Function,
170170
*
171171
* // 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
172+
* end: Function
185173
* }
186174
* ```
187175
*

0 commit comments

Comments
 (0)