We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5873a commit a3355bfCopy full SHA for a3355bf
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-tween-one",
3
- "version": "2.1.3",
+ "version": "2.1.4",
4
"description": "tween-one anim component for react",
5
"keywords": [
6
"react",
src/Tween.js
@@ -36,7 +36,7 @@ function defaultData(vars, now) {
36
repeat: vars.repeat || 0,
37
repeatDelay: vars.repeatDelay || 0,
38
yoyo: vars.yoyo || false,
39
- type: vars.type === 'form' ? 'from' : 'to',
+ type: vars.type === 'from' ? 'from' : 'to',
40
initTime: now,
41
appearTo: typeof vars.appearTo === 'number' ? vars.appearTo : null,
42
perTime: 0,
0 commit comments