web 2.0

Dynamically control the scroll amount of marquee

Having a marquee on a page is not a big deal but what if somebody wants user to adjust the speed of the moving text. So the idea is we have many marquee in one page and we want to adjust their speed using two javascript Buttons called "Speed Up" and "Speed Down"The logic is very simple, the marquee tags which you want to control with the help of buttons give them name in my case it is "Scrollers" (Remember it is name not id, so you can give same name to as many controls).Now call the following function on "Speed Up" and "Speed Down" button respectively.
   1: function speedUp()
   2: {
   3:     var obj = document.getElementByName("scrollers")
   4:
   5:     for (i=0;i<=obj.Length -1;i++)
   6:     {
   7:         obj[i].scrollAmount = obj[i].scrollAmount * 3 - obj[i].scrollAmount
   8:     }
   9: }
  10:
  11: function speedDown()
  12: {
  13:     var obj = document.getElementByName("scrollers")
  14:
  15:     for (i=0;i<=obj.Length -1;i++)
  16:     {
  17:         obj[i].scrollAmount = obj[i].scrollAmount * (10/7) - obj[i].scrollAmount
  18:     }
  19: }
That's it

Comments

build muscle fast United States, on 8/11/2009 5:24:10 PM Said:

build muscle fast

this sounds ridiculous, i may take a look further to check out the detail
anyway, thanks

panini United States, on 8/17/2009 10:14:40 AM Said:

panini

thanks for this one dude. you are great as always.

Giocare a poker gratis United States, on 8/27/2009 5:04:30 PM Said:

Giocare a poker gratis

Awesome, this was a really quality post. In theory I'd like to write like this too - taking time and real effort to make a good article... but what can I say... I procrastinate alot and never seem to get something done.

Fix Rundll32 Exe Error United States, on 9/5/2009 6:34:17 PM Said:

Fix Rundll32 Exe Error

this sounds ridiculous, i may take a look further to check out the detail
anyway, thanks

How to Fix Vista Startup Error United States, on 9/5/2009 6:34:48 PM Said:

How to Fix Vista Startup Error

this goes funny, i may get a look further to find out the detail
anyway, thanks

Green Tea United States, on 9/22/2009 9:24:32 AM Said:

Green Tea

That is some inspirational stuff. Never knew that opinions could be this varied. Thanks for all the enthusiasm to offer such helpful information here.

sell gold coins Houston United States, on 9/23/2009 11:42:31 AM Said:

sell gold coins Houston

Nice to be visiting your blog again, it has been months for me. Well this article that i've been waited for so long. I need this article to complete my assignment in the college, and it has same topic with your article. Thanks, great share.

Option Trading United States, on 9/25/2009 3:35:37 PM Said:

Option Trading

You may have not intended to do so, but I think you have managed to express the state of mind that a lot of people are in. The sense of wanting to help, but not knowing how or where, is something a lot of us are going through.

Song Lyrics United States, on 9/29/2009 9:32:32 PM Said:

Song Lyrics

Keep 'em coming... you all do such a great job at such Concepts... can't tell you how much I, for one appreciate all you do!

Linda Mirano United States, on 10/2/2009 1:05:49 PM Said:

Linda Mirano

You got a really useful blog I have been here reading for about an hour. I am a newbie and your success is very much an inspiration for me.

cocktail dresses United States, on 11/2/2009 1:14:38 AM Said:

cocktail dresses

I am a newbie and your success is very much an inspiration for me.

weight loss articles United States, on 11/6/2009 1:24:09 AM Said:

weight loss articles

Thanks, was looking forward to such info, what took you so long for sharing it. Hope to see such informative stuff in future as well.

Add comment


(Will show your Gravatar icon)

  Country flag

biuquote
  • Comment
  • Preview
Loading