javascript Element.animate() vs jquery animate code example
Example: jquery change position animate
$("#Friends").animate({
top: "-=30px",
}, duration );
$("#Friends").animate({
top: "-=30px",
}, duration );