Windframe
Build Tailwind UIs that actually look good!
.jpg)
The animate-bounce class applies a vertical bouncing animation to an element. This is often used to draw attention to buttons, icons, or important elements..
The animate-bounce class applies a vertical bouncing animation to an element. This is often used to draw attention to buttons, icons, or important elements.
<div class="animate-bounce h-10 w-10 bg-blue-500 text-white flex items-center justify-center rounded-full"> 👆</div>👆
Add the animate-bounce class directly to your HTML element:
<div class="animate-bounce"> <!-- Your content here --></div>Use Tailwind's responsive prefixes to apply animate-bounce at specific breakpoints:
<div class="sm:animate-bounce md:animate-bounce lg:animate-bounce"> Responsive element</div>sm:animate-bounce — applies from 640px and upmd:animate-bounce — applies from 768px and uplg:animate-bounce — 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
