Transition Delay
Set the delay before a transition effect starts.
Widely available
This feature is well established and works across many devices and browser versions.
Chrome
Edge
Firefox
Safari
td-0transition-delay: 0;td-50transition-delay: 50ms;td-100transition-delay: 100ms;td-150transition-delay: 150ms;td-200transition-delay: 200ms;td-250transition-delay: 250ms;td-300transition-delay: 300ms;td-350transition-delay: 350ms;td-400transition-delay: 400ms;td-450transition-delay: 450ms;td-500transition-delay: 500ms;td-550transition-delay: 550ms;td-600transition-delay: 600ms;td-650transition-delay: 650ms;td-700transition-delay: 700ms;td-750transition-delay: 750ms;td-800transition-delay: 800ms;td-850transition-delay: 850ms;td-900transition-delay: 900ms;td-950transition-delay: 950ms;td-1000transition-delay: 1000ms;Responsiveness
Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.
Target viewport sizes with breakpoint prefixes.
sm:td-(value)Small≥640px
md:td-(value)Medium≥768px
lg:td-(value)Large≥1024px
xxl:td-(value)Extra Large≥1536px
Hover State
Apply styles conditionally on hover using the h: prefix.
Add the h: prefix to apply styles only when the user hovers over the element.
Syntax:
h:td-(value)Negative Values
Use negative variants to apply negative transition delay values.
Use the -- syntax to apply negative numeric values.
Syntax:
td--(value)