Quote:
Originally Posted by betts02
works great but can i make it faster and just fall down an not follow the mouse ?
i am new to vb so please explain how, cheers
|
Quote:
Originally Posted by RedHacker
How to I will decrease the speed of snow?
|
Snow speed is determined by this value:
Code:
snowStorm.animationInterval = 33;
Theoretical "miliseconds per frame" measurement. 20 = fast + smooth, but high CPU use. 50 = more conservative, but slower
Search for it in your .js and play around with the number..