0

I am trying to create a snow falling, and I have it working. But it is not smooth at all. I'm not sure if there is a better way to do it then Fx.Morph. I have a timer running every 50 milliseconds, but my snowflakes don't seem to move until the Fx.Morph is finished, so sometimes they sit there and wait.

Source is at http://jsfiddle.net/yQCza/4/

move = new Fx.Morph(ele, {
    transition: randomTransition,
    duration: randomDuration
  });

Any ideas as to what I could do to make it smoother?

4

0 回答 0