Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
fix typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Jun 26, 2014
1 parent 3c6fa91 commit f33ff87
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions core-animation.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -165,9 +165,7 @@
* counterparts.
*
* @property easing
* @type "linear"|"ease"|"ease-in"|"ease-out"|"ease-in-out"|
* "cubic-bezier(<number>, <number>, <number>, <number>)"|
* "step-start"|"step-middle"|"step-end"
* @type string
* @default "linear"
*/
easing: {value: 'linear', reflect: true},
Expand All @@ -188,7 +186,7 @@
*
* @property endDelay
* @type number
* #defualt 0
* @default 0
*/
endDelay: {value: 0, reflect: true},

Expand Down

0 comments on commit f33ff87

Please sign in to comment.