docs($animateCss): remove out-dated return type details

This commit is contained in:
Matias Niemelä
2015-04-10 14:10:24 -07:00
parent fa0bbded1e
commit a689ce63be
+1 -13
View File
@@ -169,19 +169,7 @@
* start: Function,
*
* // ends (aborts) the animation
* end: Function,
*
* // the total number of seconds that the animation will run for
* duration: Number,
*
* // the total number of seconds that the animation will delay for before starting
* delay: Number,
*
* // whether or not transitions were detected and will therefore be used for the animation
* transitions: Boolean,
*
* // whether or not keyframe animations were detected and will therefore be used for the animation
* keyframes: Boolean
* end: Function
* }
* ```
*