Back to transitions Classes

ease-in-out

Usage

<div class="ease-in-out">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the ease-in-out class:

<!-- Basic usage -->
<div class="ease-in-out">
  Content
</div>

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