Skip to content

Commit 14b9cd0

Browse files
committed
update README
1 parent aec627f commit 14b9cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ ScrollAnim.scrollScreen.unMount();
146146
|-----------|----------------|---------|----------------|
147147
| playScale | array | `[0, 1]`| play area, [start, end]<br/> timeline: `[{playScale: [0, 0.2]}, {playScale: [0, 0.8]}]]`, Second will increase by 0.2, The second end is 1 |
148148
| ease | string | `easeInOutQuad`| animation easing string |
149-
| onUpdate | function | - | animate updates, callback: onUpdate(easeValue})
149+
| onUpdate | function | - | animate updates, callback: onUpdate(easeValue}) |
150150
| onStart | function | - | animate start (playScale[0]) callback; |
151151
| onComplete| function | - | animate completed (playScale[1]) callback |
152152

0 commit comments

Comments
 (0)