feat(2d-nds): intro animation
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m47s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m47s
This commit is contained in:
@@ -5,7 +5,6 @@ const store = useIntroStore();
|
||||
const frames = Object.keys(assets.images.intro.logoAnimated).sort();
|
||||
|
||||
onMounted(() => {
|
||||
store.$reset();
|
||||
store.animateIntro();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user