jQuery.animateTransform allows you to animate CSS3 Transform-Values (translate, translate3d, skew, rotate, scale).The Plugin is an extension for jQuery’s animate-function, hooking into $.fx.step to animate the CSS3 Transform-values. That means there’s no need for using an own function with an own syntax. Just animate them the way you learned it.