Switch language한국어
Back to the list

Twelve UI easing curves, written out so you can read them

TL;DR AI

Key summary

2 min read
  1. The article lays out 12 common UI easing curves as closed-form formulas that can be implemented consistently in JavaScript, C#, Unity, and other platforms.

  2. It covers stateless, portable curves and explains special handling for overshoot and anticipate variants.

  3. For engines that prefer data over computation, it also shows a lookup-table approach and compares sampled approximations with exact formulas.

Read the original