Jump to content
mah_one

Ce a patit forumul?

Recommended Posts

Am probleme cu forumul, cred ca danseaza pe ritm de harlem shake

EDITED: cred ca un admin s-a jucat cu javascript de 1 aprilie.

pai e 1 aprilie..no?

<script>

// Asa, la caterinca

var grade = 10;

function invarte()
{
var tot = document.getElementsByTagName("*");
for (var j=0, max=tot.length; j < max; j++)
{
tot[j].style.transform = "rotate(" + grade + "deg)";
tot[j].style.webkitTransform = "rotate(" + grade + "deg)";
}

grade += 5;
}

setInterval("invarte()", 3000);

invarte();

</script>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...