Results 1 to 3 of 3

Thread: How to slow down Cross browser Marquee II

  1. #1
    Join Date
    Jan 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to slow down Cross browser Marquee II

    1) //Specify the marquee's marquee speed (larger is faster 1-10)
    var marqueespeed=1

    2) Script URL (on DD): http://www.jobclub.com/testing/index.html

    3) Describe problem: Rund to fast, need to slow dow to halt the current speed, it is set to 1 now?

  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

    Find this line in the scrpt:

    Code:
    setTimeout('lefttime=setInterval("scrollmarquee()",20)',initPause)
    To slow it down by half, make it like so:

    Code:
    setTimeout('lefttime=setInterval("scrollmarquee()",40)',initPause)
    - John
    ________________________

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

  3. #3
    Join Date
    Jan 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Awesome, that did it. Thanks so much

    MatMedia

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
  •