I have a problem with the following two methods. $(this).fadeTo(200, .8).animate({bottom: 130}, 200);
Both are synchronous, therefore first it fades to, then it animates.
Is it possible to use fadeTo
with animate
?
(CSS option 'opacity' is not cross-browser compatible and therefore not an option)