test
parent
76879979a2
commit
5305422cb1
|
@ -89,12 +89,10 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
videoWrapperClone.style.opacity = 0;
|
||||||
anime({
|
anime({
|
||||||
targets: videoWrapperClone,
|
targets: videoWrapperClone,
|
||||||
keyframes: [
|
opacity: 1,
|
||||||
{opacity: 0},
|
|
||||||
{opacity: 1}
|
|
||||||
],
|
|
||||||
duration: 500,
|
duration: 500,
|
||||||
easing: 'cubicBezier(0.590, 0.190, 0.050, 0.990)'
|
easing: 'cubicBezier(0.590, 0.190, 0.050, 0.990)'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue