Hi there, I've got an accordian style toggle script going, but i just
found a bug. if you click one of the links again right after clicking
it (while the Effect is still going), it makes the division disappear,
or close.

It's happening because my script is trying to start an Effect before
the first effect is finished.

Sooooo, my question is... is there a way to tell if no Effects are
currently going?

something like:

if(!Effects.going){
//try to run other effect here.
}

--~--~---------~--~----~------------~-------~--~----~
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 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to