spinning?

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-13 01:41:06 +01:00
parent 2e3b2f4d4e
commit 4ad797554c
3 changed files with 13 additions and 5 deletions

View File

@@ -253,10 +253,7 @@ function getTime()
}
ytplayer.seekTo(timeDifference[0]);
ytplayer.pauseVideo();
if(!window.mobilecheck())
{
ytplayer.playVideo();
}
ytplayer.playVideo();
getTitle();
return false;
}

View File

@@ -76,5 +76,12 @@ foreach($fil as $files){
</div>
<div class="footer small centered top anim bottom">&copy; <?php echo date("Y"); ?> <a class="anim" href="//nixo.no">Nixo</a> &amp; <a class="anim" href="//kasperrt.no">KasperRT</a> </div>
<script type="text/javascript">
var deg = 0;
document.getElementById("zicon").addEventListener("click", function(){
deg = deg + 360;
document.getElementById("zicon").style.transform = "rotate("+deg+"deg)";
});
</script>
</body>
</html>

View File

@@ -514,7 +514,11 @@ input[type="radio"] {
}
#zicon {
width:15%
width:15%;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.fchan {