Here's the cheap-and-cheerful method:

var running = 1
new Effect.Fade('something',{afterFinish:function(){running=0} })

If you want to go into the guts of scriptaculous, you can look at the
effect queue object:

http://github.com/madrobby/scriptaculous/wikis/effect-queues


On Oct 6, 7:22 am, Roland <[EMAIL PROTECTED]> wrote:
> How can i verify if an element currently has an effect which is busy..
>
> looking for something like:
> $('myElement').__effectBusy //-> boolean
>
> What are my options?
>
> Roland,
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to