Transition Timing Function

    Use the utilities to control an element’s easing curve.

    To control an element’s transition-timing-function at a specific breakpoint, add a {screen}: prefix to any existing transition-timing-function utility. For example, use md:ease-in-out to apply the utility at only medium screen sizes and above.

    By default, Tailwind provides four general purpose transition-timing-function utilities. You change, add, or remove these by customizing the transitionTimingFunction section of your Tailwind theme config.

    Learn more about customizing the default theme in the theme customization documentation.

    By default, only responsive variants are generated for transition-timing-function utilities.

    For example, this config will also generate hover and focus variants:

    If you don’t plan to use the transition-timing-function utilities in your project, you can disable them entirely by setting the transitionTimingFunction property to in the corePlugins section of your config file:

     Transition Delay→