Skip to content

Commit

Permalink
Change timeout to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
subzey committed Dec 29, 2013
1 parent 210ac39 commit 84fa7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Christmas Tree
==============
A Javascript Christmas Tree in 225 Bytes!
A Javascript Christmas Tree in 224 Bytes!

[Demo](http://htmlpreview.github.io/?https://github.com/rlauck/atree/blob/master/index.html)

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<body bgcolor=0 onload=o=s=1;setInterval(["o--,f='red',c.height=640",v="s=-s;for((d=c.getContext('2d')).fillStyle=f,i=o%4/2;i<19;i+=.08)d.fillRect(s*(Q=Math.cos)(i)*i*6+150,i*16,z=s*Q(i-8)+2,z);f='#0f6'",v],100)><canvas id=c>
<body bgcolor=0 onload=o=s=1;setInterval(["o--,f='red',c.height=640",v="s=-s;for((d=c.getContext('2d')).fillStyle=f,i=o%8/4;i<19;i+=.08)d.fillRect(s*(Q=Math.cos)(i)*i*6+150,i*16,z=s*Q(i-8)+2,z);f='#0f6'",v],50)><canvas id=c>

0 comments on commit 84fa7bc

Please sign in to comment.