diff options
Diffstat (limited to 'emoji/index.html')
| -rw-r--r-- | emoji/index.html | 6 |
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> |
