jquery move animation code example
Example 1: jquery change position animate
$("#Friends").animate({
top: "-=30px",
}, duration );
Example 2: jquery animation move point
move('#example-7 .box')
.x(300)
.y(20)
.end();
$("#Friends").animate({
top: "-=30px",
}, duration );
move('#example-7 .box')
.x(300)
.y(20)
.end();