separate out demo tab

This commit is contained in:
Mashy
2019-10-29 13:05:19 +10:00
parent d665eec8a7
commit 75f4c6236a
4 changed files with 45 additions and 30 deletions
+1 -1
View File
@@ -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',
}));