intercept timing
This commit is contained in:
parent
d7b54f080c
commit
6501d45753
@ -55,7 +55,7 @@ class Intercept extends Component {
|
|||||||
|
|
||||||
delay: TIMES.TARGET_DELAY_MS,
|
delay: TIMES.TARGET_DELAY_MS,
|
||||||
duration: TIMES.TARGET_DURATION_MS,
|
duration: TIMES.TARGET_DURATION_MS,
|
||||||
easing: 'easeInSine',
|
easing: 'easeInCubic',
|
||||||
// direction: 'reverse',
|
// direction: 'reverse',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ class Intercept extends Component {
|
|||||||
y: 96,
|
y: 96,
|
||||||
delay: TIMES.TARGET_DELAY_MS,
|
delay: TIMES.TARGET_DELAY_MS,
|
||||||
duration: TIMES.TARGET_DURATION_MS,
|
duration: TIMES.TARGET_DURATION_MS,
|
||||||
easing: 'easeInSine',
|
easing: 'easeInCubic',
|
||||||
// direction: 'reverse',
|
// direction: 'reverse',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user