intercept timing

This commit is contained in:
ntr
2019-07-04 15:16:01 +10:00
parent d7b54f080c
commit 6501d45753
+2 -2
View File
@@ -55,7 +55,7 @@ class Intercept extends Component {
delay: TIMES.TARGET_DELAY_MS,
duration: TIMES.TARGET_DURATION_MS,
easing: 'easeInSine',
easing: 'easeInCubic',
// direction: 'reverse',
}));
@@ -64,7 +64,7 @@ class Intercept extends Component {
y: 96,
delay: TIMES.TARGET_DELAY_MS,
duration: TIMES.TARGET_DURATION_MS,
easing: 'easeInSine',
easing: 'easeInCubic',
// direction: 'reverse',
}));