Windframe
Build Tailwind UIs that actually look good!
.jpg)
The animate-none class disables any animation on an element.
The animate-none class disables any animation on an element. It ensures that no animations are applied, even if an animation is set via Tailwind's animation utilities or custom CSS.
<div class="animate-none bg-blue-500 text-white p-4"> This element has no animation.</div>This element has no animation.
Add the animate-none class directly to your HTML element:
<div class="animate-none"> <!-- Your content here --></div>Use Tailwind's responsive prefixes to apply animate-none at specific breakpoints:
<div class="sm:animate-none md:animate-none lg:animate-none"> Responsive element</div>sm:animate-none — applies from 640px and upmd:animate-none — applies from 768px and uplg:animate-none — 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
