making movement animation with jQuery code example
Example: jquery change position animate
$("#Friends").animate({
top: "-=30px",
}, duration );
$("#Friends").animate({
top: "-=30px",
}, duration );