mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Update about-misskey.vue
This commit is contained in:
parent
5c2601c148
commit
9778d44a0d
1 changed files with 4 additions and 0 deletions
|
@ -165,6 +165,10 @@ export default defineComponent({
|
||||||
this.easterEggReady = false;
|
this.easterEggReady = false;
|
||||||
this.$refs.icon.vanillaTilt.destroy();
|
this.$refs.icon.vanillaTilt.destroy();
|
||||||
this.easterEggEngine = physics(this.$refs.about);
|
this.easterEggEngine = physics(this.$refs.about);
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
|
this.easterEggEngine.stop();
|
||||||
|
}, 1000 * 60 * 3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue