jquery.gsap.js (2kb). Draggable (12kb). // Move box 100px to the right on click. $box.on("click', function(e) {. TweenLite.to($(this), 0.3, {x:'+=100px'});. });.
確定! 回上一頁