Skip to content
Snippets Groups Projects
Commit e1d69fb4 authored by syuilo's avatar syuilo
Browse files

Update about-misskey.vue

parent 9a270e59
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,10 @@ export default defineComponent({
this.easterEggReady = false;
this.$refs.icon.vanillaTilt.destroy();
this.easterEggEngine = physics(this.$refs.about);
setTimeout(() => {
this.easterEggEngine.stop();
}, 1000 * 60 * 3);
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment