News

// Rotate 30 Degrees $('#example').transform({rotate: '30deg'}); // Use CSS Hooks to Rotate $('#example').css({rotate: '30deg'}); // Animate the rotation $('#example ...