I need to shake div and animate its background-color color at the same time.
Here is the JSFiddle example: http://jsfiddle.net/EUz4z/
$("#test").effect("shake", {}, 500 ).css("background-color","red").animate({backgroundColor: old_bg}, 500 );
})
I need to shake div and animate its background-color color at the same time.
Here is the JSFiddle example: http://jsfiddle.net/EUz4z/
$("#test").effect("shake", {}, 500 ).css("background-color","red").animate({backgroundColor: old_bg}, 500 );
})
Copyright © 2021 Jogjafile Inc.
You can use the
queue: false
option:http://jsfiddle.net/ysFcD/