fixed issue with player not always showing up with a video, and skipping to fast not always changing the video

This commit is contained in:
Kasper Rynning-Tønnesen
2017-06-19 23:21:25 +02:00
parent bd950fc1e7
commit e6c7682380
6 changed files with 33 additions and 22 deletions

View File

@@ -1536,10 +1536,11 @@ ul #chat-log{
position: relative;
transform: translate(0%, 0%);
z-index: 99;
-webkit-transition: transform .5s ease-out, width .5s ease-out, height .5s ease-out;
transition: transform .5s ease-out, width .5s ease-out, height .5s ease-out;
-moz-transition: transform .5s ease-out, width .5s ease-out, height .5s ease-out;
-o-transition: transform .5s ease-out, width .5s ease-out, height .5s ease-out;
opacity: 0;
-webkit-transition: transform .5s ease-out, width .5s ease-out, height .5s ease-out, opacity 1s;
transition: transform .5s ease-out, width .5s ease-out, height .5s ease-out, opacity 1s;
-moz-transition: transform .5s ease-out, width .5s ease-out, height .5s ease-out, opacity 1s;
-o-transition: transform .5s ease-out, width .5s ease-out, height .5s ease-out, opacity 1s;
}
#fireplace_player{