diff options
Diffstat (limited to 'emoji/follow.html')
| -rw-r--r-- | emoji/follow.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emoji/follow.html b/emoji/follow.html index 8dabb47..762c69b 100644 --- a/emoji/follow.html +++ b/emoji/follow.html @@ -166,7 +166,6 @@ for (var i = 0; count > i; i++) { var hash = new MX.Image({ src: 'http://okfocus.s3.amazonaws.com/emoji/' + (randint(845) + 1) + ".png", - scale: 1.0 }) hash.reposition() hash.z = randrange(z_max-z_shadow, z_min) @@ -188,7 +187,6 @@ if (z_min > item.z) { item.loadTexture({ src: 'http://okfocus.s3.amazonaws.com/emoji/' + (randint(845) + 1) + ".png", - scale: randrange(0.8, 2.6) }) item.reposition() // var theta = TWO_PI*random() @@ -213,8 +211,9 @@ this.z = z_max + randint(z_shadow) this.rotationZ = 30 * (random() - 0.5) this.el.style.opacity = 1.0 - this.dz = randrange(-800,-400) + this.dz = randrange(-1500,-800) this.drz = randrange(-1,1)/2 + this.scale = randrange(1.8, 2.6) // this.update() } $('body').okstars() |
