summaryrefslogtreecommitdiff
path: root/emoji/index.html
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-05-22 02:36:07 -0400
committerJulie Lala <jules@okfoc.us>2014-05-22 02:36:07 -0400
commit3787c630ee16c808e6579b3c29c94566e651baa1 (patch)
treef34b8e8f4d0e915588d4e68b42bb4a878f5bdac9 /emoji/index.html
parent38d19cdf951a5e8dbb0a0cddcd9327ae389e2800 (diff)
tweak parameters
Diffstat (limited to 'emoji/index.html')
-rw-r--r--emoji/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/emoji/index.html b/emoji/index.html
index c33aa3e..88ae702 100644
--- a/emoji/index.html
+++ b/emoji/index.html
@@ -205,15 +205,15 @@
var w = window.innerWidth
var u = randrange(0, TWO_PI)
var v = randrange(0, TWO_PI)
- this.x = (1.2 + 0.7 * cos(v))*cos(u) * w * 1.5
- this.y = (1.2 + 0.7 * cos(v))*sin(u) * w * 1.5
+ this.x = (1.2 + 0.9 * cos(v))*cos(u) * w * 1.5
+ this.y = (1.2 + 0.9 * cos(v))*sin(u) * w * 1.5
// this.z = randrange(z_min, z_max)
this.z = z_max + randint(z_shadow)
this.rotationZ = 100 * (random()-0.5)
this.el.style.opacity = 1.0
this.dz = randrange(-2300,-1600)
this.drz = randrange(-1,1)/2
- this.scale = randrange(1.5, 4.0)
+ this.scale = randrange(3.5, 4.0)
// this.update()
}
</script>