Tailwind CSS Classes

Tailwind CSS class .duration-700

<button class="duration-700 transform hover:scale-125 transition ease-linear bg-teal-400 px-6 py-2 m-4 inline">700</button>

Preview

CSS source

.duration-700 { transition-duration: 700ms; }

Check .duration-700 in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Tailwind CSS classes in Animation category

© 2024 Shuffle. All rights reserved.