intercept timing
This commit is contained in:
@@ -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',
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user