This commit is contained in:
syuilo 2018-02-26 18:57:52 +09:00
parent ad464c9f78
commit e56ba51294
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ export default Vue.extend({
duration: 500,
easing: 'easeInQuad'
});
}, 2000);
}, 2500);
}
}
}

View file

@ -97,7 +97,7 @@ export default Vue.extend({
duration: 500,
easing: 'easeInQuad'
});
}, 2000);
}, 2500);
}
}
},