Suppose there is a certain element, you need to animate 2 properties, but with different speeds and simultaneously.
.animate()
course with the method .animate()
PS Do not write something like this $(this).animate().animate();
because there is a delay like when the callback function in the method
PS It is necessary to change another color, and problems occur with color, it simply does not animate if you set the queue property: false, or it is animated well, it’s very strange (yes, I use the jqueryui library, without it you can’t do animation with color)
queue
option here will not help? This is if on JS. Maybe in your case and on CSS3 you can make these animations. - Heidelqueue: false
type like here forum.jquery.com/topic/… - Heidel