JQuery Animation Move Point
move('#example-7 .box')
.x(300)
.y(20)
.end();
Envious Eel
move('#example-7 .box')
.x(300)
.y(20)
.end();