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