test
parent
691f85e1a6
commit
0b5cd946da
|
@ -60,11 +60,11 @@
|
|||
if(openAnimation) {
|
||||
//animejs fade in
|
||||
|
||||
videoElement.style.height = '0ox';
|
||||
videoElement.style.height = '0px';
|
||||
|
||||
anime({
|
||||
targets: videoElement,
|
||||
height: '100%',
|
||||
height: '200px',
|
||||
duration: 300,
|
||||
easing: 'easeOutQuad'
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue