added playlist on fadein

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-12 23:36:06 +01:00
parent 6309fcaa4f
commit ae84db5677
2 changed files with 4 additions and 1 deletions

View File

@@ -354,6 +354,7 @@ function onPlayerReady(event) {
{ {
$("#player").css("opacity", "1"); $("#player").css("opacity", "1");
$("#controls").css("opacity", "1"); $("#controls").css("opacity", "1");
$(".playlist").css("opacity", "1");
//$("#player").fadeIn(); //$("#player").fadeIn();
ytplayer.playVideo(); ytplayer.playVideo();
} }

View File

@@ -295,7 +295,9 @@ body {
font-size:14px; font-size:14px;
border-radius:3px; border-radius:3px;
vertical-align:top; vertical-align:top;
height:calc(87% - 183px) height:calc(87% - 183px);
opacity:0;
-webkit-transition:opacity 1s;
} }
.lresult { .lresult {