From 3787c630ee16c808e6579b3c29c94566e651baa1 Mon Sep 17 00:00:00 2001 From: Julie Lala Date: Thu, 22 May 2014 02:36:07 -0400 Subject: tweak parameters --- emoji/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emoji/index.html') 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() } -- cgit v1.2.3-70-g09d2