here's one that works by holding down the Ctrl key and hovering :
http://jdsharp.us/jQuery/plugins/AutoScroll/
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Feb 10, 2008, at 9:05 PM, MorningZ wrote:
That is pretty cool functionality....
I don't think there is anything but in scroll wise in jQuery core, but
there is an excellent plugin called "ScrollTo", it's very flexible and
usefull... might be worth checking out:
http://plugins.jquery.com/project/ScrollTo
Off the top of my head, you could have an image like that "AutoScroll"
on the example you linked to, check the MouseOver for x position and
kick off the ScrollTo animation with the x value of the mouse on the
image as the "speed"...
On Feb 10, 8:02 pm, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
Hello
Yesterday i came across an autoScroll feature on this linke
http://www.etsy.com/time_machine2.php
if you hoover on the "Auto Scroll" button then the div starts to
scroll towards the left. the speed can be increased or decreased
based
on how far you have hooverd on the "Auto Scroll" button. I was
really
impressed with this functionality.
Wondering if anyone has seen something similar with jQuery? maybe a
plugin or something already out there?
thanks!