Is there a wait function for the animate class? I played around with it this morning, and didn't really come up with anything.
RS Windows LiveT Hotmail is faster and more secure than ever. Learn more. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Robert,
What wait function are you referring to? Can you give an example of what you want to get in javascript? On 04 Dec 2009, at 09:45, Robert Sirois wrote: > Is there a wait function for the animate class? I played around with > it this morning, and didn't really come up with anything. > > RS > > Windows LiveT Hotmail is faster and more secure than ever. Learn > more. _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside ---------------------------- Johan Brichau [hidden email] _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Robert Sirois
You can use #timeout: to evaluate some code with a delay:
(html jQuery animation ...) timeout: 2 seconds Lukas 2009/12/4 Robert Sirois <[hidden email]>: > Is there a wait function for the animate class? I played around with it this > morning, and didn't really come up with anything. > > RS > > ________________________________ > Windows LiveT Hotmail is faster and more secure than ever. Learn more. > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Thanks Lukas, that works great :)
The function I was looking to use I found here: http://docs.jquery.com/Cookbook/wait Does JQAnimate only work with style properties? I am using a move type function (#appendTo:), and was hoping to animate that process, although that doesn't appear to be possible. I think I would have to first get the offset of where the element is headed and then use animate to send it there, which also requires relative/absolute positioning :( RS > From: [hidden email] > Date: Fri, 4 Dec 2009 11:42:07 +0100 > Subject: Re: [Seaside] JQAnimate #wait:? > To: [hidden email] > > You can use #timeout: to evaluate some code with a delay: > > (html jQuery animation ...) timeout: 2 seconds > > Lukas > > 2009/12/4 Robert Sirois <[hidden email]>: > > Is there a wait function for the animate class? I played around with it this > > morning, and didn't really come up with anything. > > > > RS > > > > ________________________________ > > Windows LiveT Hotmail is faster and more secure than ever. Learn more. > > _______________________________________________ > > seaside mailing list > > [hidden email] > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > > > > > > -- > Lukas Renggli > http://www.lukas-renggli.ch > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside Windows Live Hotmail gives you a free,exclusive gift. Click here to download. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |