Hi Peder,

You can adjust indirectly the speed of the effect with the duration
parameter, which is the effect duration (from start to end).

In your case, you may change:
new Effect.Move(caroImgs[imgIdx], {x: newLeft, y:0, mode:
'absolute'});
by:
new Effect.Move(caroImgs[imgIdx], {x: newLeft, y:0, mode: 'absolute',
duration:0.2});

For the tooltip script, I have no idea, but you may have a look at
http://scripteka.com/

Eric

On Oct 25, 5:17 pm, Peder Johnsen <supp...@johnsendesign.no> wrote:
> Hi, is there anyway to speed up the move effect?
> I am currently using it forwww.pixelgeddon.com(press the joystick
> icon).
> And the way it is now its moving a bit to slow..
>
> Also I wonder if anyone of you know about any good tooltip scripts
> that works with Prototype & script.aculo.us.
> It has to let me display a sepereate div with html text for each image
> in that scroller that I use the move effect for :).
>
> Best regards,
> Peder Johnsen.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to