From f33ff87a56bde267f9d8d2b8eb8f45dbdd258230 Mon Sep 17 00:00:00 2001 From: Yvonne Yip Date: Thu, 26 Jun 2014 14:48:45 -0700 Subject: [PATCH] fix typos in docs --- core-animation.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/core-animation.html b/core-animation.html index 7b32ebb..b480402 100644 --- a/core-animation.html +++ b/core-animation.html @@ -105,7 +105,7 @@ /** * A custom animation function. Either provide this or `keyframes`. The signature - * of the callback is EffectsCallback(timeFraction, target, animation) + * of the callback is `EffectsCallback(timeFraction, target, animation)` * * @property customEffect * @type Function(number, Object, Object) @@ -165,9 +165,7 @@ * counterparts. * * @property easing - * @type "linear"|"ease"|"ease-in"|"ease-out"|"ease-in-out"| - * "cubic-bezier(, , , )"| - * "step-start"|"step-middle"|"step-end" + * @type string * @default "linear" */ easing: {value: 'linear', reflect: true}, @@ -188,7 +186,7 @@ * * @property endDelay * @type number - * #defualt 0 + * @default 0 */ endDelay: {value: 0, reflect: true},