test
parent
9dafd44251
commit
76879979a2
|
@ -88,6 +88,16 @@
|
||||||
animate();
|
animate();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
anime({
|
||||||
|
targets: videoWrapperClone,
|
||||||
|
keyframes: [
|
||||||
|
{opacity: 0},
|
||||||
|
{opacity: 1}
|
||||||
|
],
|
||||||
|
duration: 500,
|
||||||
|
easing: 'cubicBezier(0.590, 0.190, 0.050, 0.990)'
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue