Results 1 to 3 of 3

Thread: How do I change the speed of the snow.

  1. #1
    Join Date
    Dec 2014
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Post How do I change the speed of the snow.

    http://www.dynamicdrive.com/dynamicindex3/snow.htm

    The link above is what I am using.

    I'd like to slow down the speed of it falling. Thank you
    Last edited by flyinggoatman; 12-17-2014 at 05:54 PM. Reason: Solved

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Look in the script and find this line:

    Code:
    snowtimer=setTimeout("snowIE_NS6()", 10);
    See the red ten? That's the number of milliseconds between each incremental movement of the snowflakes. If you want them to move slower, increase it - to, say 60. You don't want to make it too high because then the motion will be too jerky. 30 or 60, somewhere in there should be good (but you can go higher if you want to, as long as it doesn't look too jerky to you). Experiment. Refresh the page after each change in order to see it take effect.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    flyinggoatman (12-17-2014)

  4. #3
    Join Date
    Dec 2014
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much man! I hope you have a wonderful day and also a Merry Almost Christmas. be safe man.

Similar Threads

  1. How do I change speed on Text and Image Crawler v1.53
    By action in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 05-03-2013, 06:04 AM
  2. Change Speed on Continuous Scrolling Slideshow
    By pulseshadows in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 02-10-2012, 11:30 AM
  3. Change speed
    By tatane in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 08-30-2010, 09:53 AM
  4. Resolved loading speed
    By james438 in forum PHP
    Replies: 5
    Last Post: 01-24-2010, 06:02 AM
  5. Ultimate Fade-in slideshow: change transition speed
    By derernst in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 09-09-2009, 07:24 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •