Results 1 to 2 of 2

Thread: Scroll Speed discrepency between Mozilla & IE.

  1. #1
    Join Date
    Sep 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Scroll Speed discrepency between Mozilla & IE.

    Script: Memory Ticker
    http://www.dynamicdrive.com/dynamici...moryticker.htm

    Hi,

    This script apparently scrolls much faster in Mozilla than IE. I also notice that, no matter what higher value I put in for "Duration" the scroll speed in Mozilla shows no discernable change. It will just scroll slower and slower in IE. I currently have the duration speed set @ 50.7 and in Mozilla, it's still flying, while in IE, it's like watching grass grow.

    Is there anything I can do about this?

  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

    Duration is for the wipe transition that is only supported in IE. It will have no effect on this script's behavior in Mozilla. At 50.7, you have it set to 50.7 seconds, almost a minute. Try the default, 0.7 or less, 0.4 to speed things up in IE. Another configuration item influencing speed in both browsers (assuming the duration isn't set to high so as to interfere in IE) is:

    var tickdelay=3000

    from part two of the demo instructions. This is the time in milliseconds between ticks (changes of the content shown), in the above 3000=3 seconds.
    - John
    ________________________

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

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
  •