mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
added playlist on fadein
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user