mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
spinning?
This commit is contained in:
@@ -253,10 +253,7 @@ function getTime()
|
|||||||
}
|
}
|
||||||
ytplayer.seekTo(timeDifference[0]);
|
ytplayer.seekTo(timeDifference[0]);
|
||||||
ytplayer.pauseVideo();
|
ytplayer.pauseVideo();
|
||||||
if(!window.mobilecheck())
|
|
||||||
{
|
|
||||||
ytplayer.playVideo();
|
ytplayer.playVideo();
|
||||||
}
|
|
||||||
getTitle();
|
getTitle();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -76,5 +76,12 @@ foreach($fil as $files){
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer small centered top anim bottom">© <?php echo date("Y"); ?> <a class="anim" href="//nixo.no">Nixo</a> & <a class="anim" href="//kasperrt.no">KasperRT</a> </div>
|
<div class="footer small centered top anim bottom">© <?php echo date("Y"); ?> <a class="anim" href="//nixo.no">Nixo</a> & <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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -514,7 +514,11 @@ input[type="radio"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#zicon {
|
#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 {
|
.fchan {
|
||||||
|
|||||||
Reference in New Issue
Block a user