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

Commit f33ff87

Browse files
author
Yvonne Yip
committed
fix typos in docs
1 parent 3c6fa91 commit f33ff87

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

core-animation.html

+3-5
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
/**
107107
* A custom animation function. Either provide this or `keyframes`. The signature
108-
* of the callback is EffectsCallback(timeFraction, target, animation)
108+
* of the callback is `EffectsCallback(timeFraction, target, animation)`
109109
*
110110
* @property customEffect
111111
* @type Function(number, Object, Object)
@@ -165,9 +165,7 @@
165165
* counterparts.
166166
*
167167
* @property easing
168-
* @type "linear"|"ease"|"ease-in"|"ease-out"|"ease-in-out"|
169-
* "cubic-bezier(<number>, <number>, <number>, <number>)"|
170-
* "step-start"|"step-middle"|"step-end"
168+
* @type string
171169
* @default "linear"
172170
*/
173171
easing: {value: 'linear', reflect: true},
@@ -188,7 +186,7 @@
188186
*
189187
* @property endDelay
190188
* @type number
191-
* #defualt 0
189+
* @default 0
192190
*/
193191
endDelay: {value: 0, reflect: true},
194192

0 commit comments

Comments
 (0)