new Effect.SlideUp('id', { afterFinish: function () { new
Effect.SlideDown('other_id') });

Or you could use Effect Queues, they're in the docs somewhere I think,
but I haven't used 'em much yet myself.

Greg

> -----Original Message-----
> From: [email protected] [mailto:rubyonrails-
> [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> Sent: Monday, August 21, 2006 12:24 PM
> To: Ruby on Rails: Spinoffs
> Subject: [Rails-spinoffs] slide down, ugly in Mozilla, nice in IE
> 
> 
> Hi,
> 
> I use slide down, slide up on my web page for a checkout page. Each
> checkout step the precious slides up while the next slides down. This
> looks beautifull in IE but ugly in Mozilla . Mozilla actually flickers
> the effect, sometimes the slide up hangs for half a second while the
> slide down is processing.
> 
> Looks like IE processes that nicely multi threaded while Mozilla has
> problems with this. If I remove one effect it looks decent (still muih
> smoother in IE). So looks like in Mozilla the only way to get that
> decent is to do one effect after the other. How can I block the thread
> until slide up is done so I can start with slide down ?
> 
> Joe
> 
> 
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs
-~----------~----~----~----~------~----~------~--~---

Reply via email to