mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user