pull/1/head
Jan Umbach 2024-05-30 13:20:27 +02:00
parent 76879979a2
commit 5305422cb1
1 changed files with 2 additions and 4 deletions

View File

@ -89,12 +89,10 @@
});
}
} else {
videoWrapperClone.style.opacity = 0;
anime({
targets: videoWrapperClone,
keyframes: [
{opacity: 0},
{opacity: 1}
],
opacity: 1,
duration: 500,
easing: 'cubicBezier(0.590, 0.190, 0.050, 0.990)'
});