diff options
| -rw-r--r-- | emoji/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emoji/index.html b/emoji/index.html index 49e179e..749fe2d 100644 --- a/emoji/index.html +++ b/emoji/index.html @@ -161,7 +161,7 @@ hash.z = randrange(z_min, z_max) hash.rotationZ = random()*360 hash.el.style.opacity = 1.0 - hash.dz = randrange(-100,-10) + hash.dz = randrange(-800,-200) hash.drz = randrange(-1,1)/2 hash.addTo(this.parent); hash.update() |
