Tailwind with superpowers ⚡
Fade, slide, zoom, shake, wiggle, flip, heartbeat, and more. All with customizable timing.
Linear, radial, conic, and mesh gradients. Create stunning backgrounds with ease.
Hover to flip! Full 3D support with perspective and backface control.
Create immersive 3D experiences with simple utility classes.
Beautiful glass effects with backdrop filters and transparency.
15+ pre-defined shapes: circles, triangles, stars, arrows, and more.
Component-level responsive design with container query support.
<!-- 3D Card Flip -->
<div class="perspective-lg">
<div class="transform hover:rotate-y-180 transition-transform duration-700 transform-3d">
<div class="backface-hidden">Front</div>
<div class="backface-hidden rotate-y-180">Back</div>
</div>
</div>
<!-- Glassmorphism Card -->
<div class="backdrop-blur-lg bg-white/20 border border-white/30 rounded-xl">
Glass Effect
</div>
<!-- Advanced Animation -->
<button class="animate-heartbeat hover:animate-shake duration-500">
Interactive Button
</button>
Get all the features you love from Tailwind, plus powerful enhancements that make modern web design a breeze.