[jQuery] Re: Which jquery plugin is best to use to create this effect

2008-02-25 Thread Ariel Flesler
jQuery.SerialScroll: http://flesler.blogspot.com/2008/02/jqueryserialscroll.html Ariel Flesler On Feb 25, 6:53 am, Sandeep <[EMAIL PROTECTED]> wrote: > Can you give me the code with the example? Plz > > On Mon, Feb 25, 2008 at 3:21 PM, Dave Stewart <[EMAIL PROTECTED]> > wrote: > > > > > You d

[jQuery] Re: Which jquery plugin is best to use to create this effect

2008-02-25 Thread Sandeep
Can you give me the code with the example? Plz On Mon, Feb 25, 2008 at 3:21 PM, Dave Stewart <[EMAIL PROTECTED]> wrote: > > You don't need a plugin, just the animate effect: > > $('page').animate({left:600}, 1000) > -- Best Regards, Sai Sandeep Thota.

[jQuery] Re: Which jquery plugin is best to use to create this effect

2008-02-25 Thread Dave Stewart
You don't need a plugin, just the animate effect: $('page').animate({left:600}, 1000)

[jQuery] Re: Which jquery plugin is best to use to create this effect

2008-02-25 Thread Giovanni Battista Lenoci
Armand Datema ha scritto: Hi I am back into jquery since a long time due to other work http://phorsite.com/ which jquery plugin would be the best to create this effect in a jquery enabled site Armand I don't have experience about it, but I'm going to implement something similar and I will