mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
sånn
This commit is contained in:
@@ -95,6 +95,7 @@ $(document).ready(function()
|
||||
});
|
||||
|
||||
function onYouTubeIframeAPIReady() {
|
||||
$("#change").css("-webkit-transition", "opacity 1s");
|
||||
$("#change").css("opacity", "1");
|
||||
ytplayer = new YT.Player('player', {
|
||||
height: window.height*0.75,
|
||||
|
||||
@@ -36,8 +36,8 @@ body {
|
||||
}
|
||||
|
||||
#change {
|
||||
opacity:0;
|
||||
-webkit-transition: opacity 1s;
|
||||
opacity:1;
|
||||
/*-webkit-transition: opacity 1s;*/
|
||||
}
|
||||
|
||||
/*#change{ display: table-cell; vertical-align: middle;}*/
|
||||
|
||||
Reference in New Issue
Block a user