[jQuery] Re: Animation Problems

2007-11-28 Thread datiecher
Thanks a lot for your reply, Karl! Yeah, I'm aware about the callback option on the function but this would not be the ideal solution in my case. I want to stop all my code from being executed while the animation is running, not only a portion of it. And the only way I thought about it was using

[jQuery] Animation Problems

2007-11-28 Thread datiecher
Hey there, folks! I'm a new JQuery and JS user in general. Due to that, my problem should be simple to solve but I do not have the knowledge to solve it myself... The thing is, I'm using JQ's animate function to animate some elements on my app. The funtion by itself works great but I have one pro