Back to transitions Classes

transition

Usage

<div class="transition">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the transition class:

<!-- Basic usage -->
<div class="transition">Content</div>

<!-- With other classes -->
<div class="transition p-4 bg-white">Content with padding and background</div>