Skip to content

Instantly share code, notes, and snippets.

@santhoshtr
Created October 6, 2010 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save santhoshtr/613258 to your computer and use it in GitHub Desktop.
Save santhoshtr/613258 to your computer and use it in GitHub Desktop.
<script>
s=Math.sin;z=0;d=document;function
a(){for(i=0;i<50;i++){z?0:d.write('<b id=x'+i+' style=position:absolute>&#'+(3333+i)+';</b>');w=i*s(z);o=d.all['x'+i];if(o!=null){r=o.style;r.top=s(w)*i*4+230;r.left=s(w+2)*i*4+230;}}z+=.015;setTimeout('a()',50)}a()
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment