Closed cheapsteak closed 9 years ago
Usage:
var animation; var animateIn = function () { animation && animation.cancel(); animation = animate.to(el, 0.8, {x: 100}); }; var animateOut = function () { animation && animation.cancel(); animation = animate.to(el, 0.8, {x: 100}); };
pushed to 1.4.0
thanks :+1:
:tada:
Usage: