Windframe
Build Tailwind UIs that actually look good!
.jpg)
The animate-pulse class applies a subtle pulsing animation, where the element smoothly fades in and out.
The animate-pulse class applies a subtle pulsing animation, where the element smoothly fades in and out. It is commonly used for loading placeholders or attention-grabbing effects.
<div class="animate-pulse bg-indigo-500 h-10 w-40 rounded-md"></div>Add the animate-pulse class directly to your HTML element:
<div class="animate-pulse"> <!-- Your content here --></div>Use Tailwind's responsive prefixes to apply animate-pulse at specific breakpoints:
<div class="sm:animate-pulse md:animate-pulse lg:animate-pulse"> Responsive element</div>sm:animate-pulse — applies from 640px and upmd:animate-pulse — applies from 768px and uplg:animate-pulse — applies from 1024px and upYou can extend or override this utility in your tailwind.config.js. See the Tailwind CSS documentation for details on customizing your theme.
Windframe is an AI visual editor for rapidly building stunning web UIs & websites
