You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about adding a default transition-duration to the transitionProperty utility?
This would reduce code repetition because this would become available:
...
<!-- transitionDuration set as default value to 250ms --><divclass="bg-red-700 hover:bg-blue-700 transition-colors w-10 h-10"></div>
...
But in case of need it could be overridden using duration-x:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What do you think about adding a default
transition-duration
to the transitionProperty utility?This would reduce code repetition because this would become available:
But in case of need it could be overridden using
duration-x
:And the code generated would become something like this:
Linked PR #2335
Beta Was this translation helpful? Give feedback.
All reactions