animation jquery

Code to Run
$('#' + id).animate({
    width: 600,
    height: 160
}, 2500);
Code to Reset
$('#' + id).animate({
    width: 0,
    height: 0
}, 2500);

댓글