You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Spinoffs
I'd like to wait for an effect queue to be empty before proceeding with code execution. How can I do this?
In this case, I'd like to fade out a div, modify it and then fade it back in, but I don't want the modification to start until I know it's completely faded out.
TTop
unread,
Sep 29, 2007, 1:47:35 PM9/29/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Spinoffs
I should clarify... this is with scriptaculous.
Thomas Fuchs
unread,
Sep 30, 2007, 8:13:11 AM9/30/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonrail...@googlegroups.com
You can use Effect.Event for this:
new Effect.Event({queue:'end',afterFinish:function(){ // your code });