feat(stage-web): impl settings

Signed-off-by: Neko Ayaka <neko@ayaka.moe>
This commit is contained in:
Neko Ayaka
2025-03-06 22:37:52 +08:00
parent d62bb4192c
commit 76b166e65b
11 changed files with 211 additions and 38 deletions
@@ -92,7 +92,7 @@ const transitions = shallowRef<Record<string, TransitionOptions>>({
},
'bubble-wave-out': {
component: BubbleWaveOutTransition,
duration: 2700,
duration: 850,
},
})