pull/1/head
Jan Umbach 2024-05-30 13:19:46 +02:00
parent 9dafd44251
commit 76879979a2
1 changed files with 10 additions and 0 deletions

View File

@ -88,6 +88,16 @@
animate();
});
}
} else {
anime({
targets: videoWrapperClone,
keyframes: [
{opacity: 0},
{opacity: 1}
],
duration: 500,
easing: 'cubicBezier(0.590, 0.190, 0.050, 0.990)'
});
}
}
}