Ease-out Quartic. Based on power of four.
Ease-out Back. Overshoots.
Ease-out Exponential. Based on two to the power ten.
Ease-out Cubic. Based on power of three.
Ease-out Quintic. Based on power of five.
Ease-out Quadratic. Based on power of two.
Ease-out Sine.
Ease-in-out Sine.
Ease-in-out Quadratic. Based on power of two.
Ease-in Sine.
Ease-in Cubic. Based on power of three.
Ease-in Quadratic. Based on power of two.
Ease-in Back. Overshoots.
Ease-in Circular. Based on half circle.
Ease-in-out Cubic. Based on power of three.
Ease-in-out Back. Overshoots.
Ease-in Quintic. Based on power of five.
Ease-in-out Quartic. Based on power of four.
Ease-in-out Circular. Based on half circle.
Ease-in-out Quintic. Based on power of five.
Ease-in Quartic. Based on power of four.
Ease-in Exponential. Based on two to the power ten.
Ease-in-out Exponential. Based on two to the power ten.
Equivalent to cubic-bezier(0.25, 0.1, 0.25, 1.0).
Equivalent to cubic-bezier(0.42, 0, 1.0, 1.0).
Equivalent to cubic-bezier(0.42, 0, 0.58, 1.0).
Equivalent to cubic-bezier(0, 0, 0.58, 1.0).
Equivalent to cubic-bezier(0.0, 0.0, 1.0, 1.0).
Equivalent to steps(1, end).
Equivalent to steps(1, start).
Specifies a cubic-bezier curve. The four values specify points P1 and P2 of the curve as (x1, y1, x2, y2).
The first parameter specifies the number of intervals in the function. The second parameter, which is optional, is either the value “start” or “end”.
Optional
dir: "start" | "end"
Ease-out Circular. Based on half circle.