← Tailwind CSS classes list

Tailwind CSS class: .delay-200

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

Preview

Check .delay-200 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

.delay-200 { transition-delay: 200ms; }

More in Tailwind CSS Animation