separate out demo tab
This commit is contained in:
@@ -60,7 +60,7 @@ class Counter extends Component {
|
||||
this.animations.push(anime({
|
||||
targets: ['#counter'],
|
||||
rotateX: 180,
|
||||
delay: TIMES.TARGET_DELAY_MS * 2,
|
||||
delay: TIMES.TARGET_DELAY_MS + TIMES.TARGET_DURATION_MS / 3,
|
||||
duration: TIMES.TARGET_DURATION_MS / 2,
|
||||
easing: 'easeOutSine',
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user