Better physics

This commit is contained in:
syuilo 2020-12-06 17:35:21 +09:00
parent e05ae5ebc2
commit 2f8ceb9d22
2 changed files with 21 additions and 45 deletions

View file

@ -165,10 +165,6 @@ export default defineComponent({
this.easterEggReady = false;
this.$refs.icon.vanillaTilt.destroy();
this.easterEggEngine = physics(this.$refs.about);
setTimeout(() => {
this.easterEggEngine.stop();
}, 1000 * 60 * 3);
}
}
});