Windframe
Build Tailwind UIs that actually look good!
.jpg)
The animate-ping class applies a pulsing animation that repeatedly scales and fades an element, often used for notifications or visual emphasis.
The animate-ping class applies a pulsing animation that repeatedly scales and fades an element, often used for notifications or visual emphasis.
<div class="flex justify-center items-center m-10"> <div class="animate-ping bg-indigo-500 text-white rounded-full w-3 h-3"></div></div>Add the animate-ping class directly to your HTML element:
<div class="animate-ping"> <!-- Your content here --></div>Use Tailwind's responsive prefixes to apply animate-ping at specific breakpoints:
<div class="sm:animate-ping md:animate-ping lg:animate-ping"> Responsive element</div>sm:animate-ping — applies from 640px and upmd:animate-ping — applies from 768px and uplg:animate-ping — 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
