pull/1/head
Jan Umbach 2024-05-30 12:47:30 +02:00
parent 691f85e1a6
commit 0b5cd946da
1 changed files with 2 additions and 2 deletions

View File

@ -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'
});