is now part of Shuffle™. The new editor includes templates for Tailwind CSS, Bootstrap, Bulma, and Material-UI.
Switch to Shuffle →
← Tailwind CSS classes list

Tailwind CSS class: .duration-150

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

Preview

Check .duration-150 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.

CSS source

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

More in Tailwind CSS Animation