Transition Duration
v1.2.0+
Utilities for controlling the duration of CSS transitions.
Use the utilities to control an element’s transition-duration.
To control an element’s transition-duration at a specific breakpoint, add a {screen}:
prefix to any existing transition-duration utility. For example, use md:duration-500
to apply the utility at only medium screen sizes and above.
For more information about Tailwind’s responsive design features, check out the Responsive Design documentation.
By default Tailwind provides eight general purpose transition-duration utilities. You change, add, or remove these by customizing the transitionDuration
section of your Tailwind theme config.
By default, only responsive variants are generated for transition-duration utilities.
You can control which variants are generated for the transition-duration utilities by modifying the transitionDuration
property in the section of your tailwind.config.js
file.
For example, this config will also generate hover and focus variants: