dot big bang

Developer API
Menu

Namespace Easing

All
  • Public
  • Public/Protected
  • All

Easing functions are generally used to transition values smoothly, often with transforms, colors, or audio volume. They take a single parameter, a value between 0 and 1, and return a new value, typically between 0 and 1.

➡️ See usage examples in the Easings Examples world.

You can view the easing curves over on Tween.js.

Index