This plugin transforms Tailwind CSS rotate utilities to work correctly in both LTR and RTL layouts. When you use rotate classes like rotate-45, the plugin automatically creates RTL-specific versions ...
// Rotate 30 Degrees $('#example').transform({rotate: '30deg'}); // Use CSS Hooks to Rotate $('#example').css({rotate: '30deg'}); // Animate the rotation $('#example ...