new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Tailwind CSS v4 · all subjects

utilities/transition-timing-function

7 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

transition-timing-function utilities in Tailwind CSS v4

Tailwind CSS provides the following utilities for controlling CSS transition-timing-function: ease-linear (linear), ease-in (cubic-bezier(0.4, 0, 1, 1)), ease-out (cubic-bezier(0, 0, 0.2, 1)), ease-in-out (cubic-bezier(0.4, 0, 0.2, 1)), ease-initial (initial), ease-(<custom-property>) for custom properties, and ease-[<value>] for arbitrary values.

ease-linear utility

The ease-linear utility sets transition-timing-function to linear.

ease-in-out utility

The ease-in-out utility sets transition-timing-function to cubic-bezier(0.4, 0, 0.2, 1) via the --ease-in-out CSS custom property.

ease-initial utility

The ease-initial utility sets transition-timing-function to initial.

Custom property syntax for transition timing function

Use the ease-(<custom-property>) syntax to apply a custom CSS property to transition-timing-function via var(<custom-property>).

Arbitrary value syntax for transition timing function

Use the ease-[<value>] syntax to apply an arbitrary value directly to transition-timing-function.

Transition timing function utilities are responsive

Transition timing function utilities like ease-in, ease-out, and ease-in-out support responsive design with breakpoint prefixes.

Give your agent this brain