I see that this question was asked many times, but none of the solutions worked for me. I have two effects that I want to execute in parallel.
I want the box to fade-in and bounce simultaneously: http://jsfiddle.net/6VVUG/
Chain the UI effects, and use dequeue()
to execute them all at once.
$("#t").hide().show("fade", {}, {duration:1200}).effect("bounce", { times:3 }, { duration:400}).dequeue();
FIDDLE
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With