This commit is contained in:
syuilo 2018-03-04 18:14:13 +09:00
parent 859260ed92
commit f152e3a2d5
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ export default define({
duration: 1000,
easing: 'linear',
complete: () => {
// unmount
if ((this.$refs.slideA as any) == null) return;
(this.$refs.slideA as any).style.backgroundImage = img;
anime({
targets: this.$refs.slideB,