From ae84db5677aa5250472166b47cbcc535dc3d9b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 12 Feb 2015 23:36:06 +0100 Subject: [PATCH] added playlist on fadein --- js/youtube.js | 1 + static/style.css | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/js/youtube.js b/js/youtube.js index fd582f0b..76c3c8a3 100755 --- a/js/youtube.js +++ b/js/youtube.js @@ -354,6 +354,7 @@ function onPlayerReady(event) { { $("#player").css("opacity", "1"); $("#controls").css("opacity", "1"); + $(".playlist").css("opacity", "1"); //$("#player").fadeIn(); ytplayer.playVideo(); } diff --git a/static/style.css b/static/style.css index 663f0ad2..c91a9bba 100755 --- a/static/style.css +++ b/static/style.css @@ -295,7 +295,9 @@ body { font-size:14px; border-radius:3px; vertical-align:top; - height:calc(87% - 183px) + height:calc(87% - 183px); + opacity:0; + -webkit-transition:opacity 1s; } .lresult {