get state of slidein/slideout
Hi,
first sorry for my bad english.
I try to slidein/out dynamically some pictures while hovering elements. The problem ist that slideing is beeing processed consecutively and if you hover some elements in very short time its fading a while...
I tryed to stop fading with stop(); but it seems that stop(); is just pausing fading. Thats bad when i try to replay...
a solution for normal animation i found here, but it doesn't works for sliding...
http://www.learningjquery.com/2009/01/q ... ue-buildup
anybody an idea?