$("div.class").animatedTranslate({ x: -100 }); $("div.class").animatedTranslate({ x: 100, y: -20 }) $("div.class").animatedTranslate({ y: 50 })