This commit is contained in:
syuilo 2019-02-21 05:53:10 +09:00
parent 372138dfea
commit a164f8ad95
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -128,15 +128,16 @@ export default Vue.extend({
},
close() {
this.$el.style.pointerEvents = 'none';
(this.$refs.bg as any).style.pointerEvents = 'none';
(this.$refs.main as any).style.pointerEvents = 'none';
anime({
targets: this.$refs.bg,
opacity: 0,
duration: 300,
easing: 'linear'
});
(this.$refs.main as any).style.pointerEvents = 'none';
anime({
targets: this.$refs.main,
opacity: 0,