Web features explorer

cubic-bezier() easing

Widely available
Tags: css Groups: Animation CSS > Transitions (CSS)

The cubic-bezier() CSS easing function interpolates along a smooth curve, creating animations and transitions with continuous changes in speed. The ease, ease-in, ease-out, and ease-in-out keyword values are presets for common Bézier curves. To learn more, see <easing-function> at MDN.

Compatibility