WindFlow CSS

Tailwind with superpowers ⚡

Why WindFlow?

30+ Animations

Fade, slide, zoom, shake, wiggle, flip, heartbeat, and more. All with customizable timing.

🎨 🚀

Advanced Gradients

Linear, radial, conic, and mesh gradients. Create stunning backgrounds with ease.

3D Transforms

Hover to flip! Full 3D support with perspective and backface control.

The Future of CSS

Create immersive 3D experiences with simple utility classes.

Glassmorphism

Beautiful glass effects with backdrop filters and transparency.

Clip Paths

15+ pre-defined shapes: circles, triangles, stars, arrows, and more.

🎯

Container Queries

Component-level responsive design with container query support.

Interactive Examples

Hover Animations

Gradient Types

Linear Gradient
Radial Gradient
Conic Gradient

Mix Blend Modes

WINDFLOW

Simple to Use

<!-- 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>

Ready to Upgrade from Tailwind?

Get all the features you love from Tailwind, plus powerful enhancements that make modern web design a breeze.