$("#image").animate({
"opacity": "1"
}, 1000, function () {
$("#image").animate({
"marginTop": "300",
"width": "150"
}, 500, function () {
$({
deg: 0
}).animate({
deg: -45
}, {
duration: 2000,
step: function (now) {
$("#image").css({
transform: 'rotate(' + now + 'deg)'
});
}
});
});
});
Замени скрипт в своей ссылке и смотри