-
Pausing up-down Scroller - Make the content scroll faster
1) Script Title: Pausing up-down Scroller
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/crosstick.htm
3) Describe problem: I've installed this into a website I've been searching these forums to figure out how to speed up how fast the text scrolls up/off the screen. I don't mean the PAUSE or DELAY in between each message, but hwo the text moves. My content is 10-15 lines long so it staggers up the page slowly. Of course if you only have one line of text it goes up fast. I need to make it all fast so it is a blink of an eye and the next message shows up without having to wait several seconds for the previous message to scroll off the screen.
Anyone know what I might find this?
-
-
Nevermind I found it.
For others who might ask this, just find this line:
setTimeout(function(){scrollerinstance.animateup()}, 50)
and change the number on the end:
setTimeout(function(){scrollerinstance.animateup()}, 10)
The lower the number the faster the text scrolls up
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks