Default is 150ms, was looking to extend this to 250ms as an application default.
Tried everything I could think of, last attempt being
transitionDuration: {
DEFAULT: '250ms'
},
in tailwind.config.js under theme, theme.extend, variants, and variants.extend.
Any help would be appreciated!