Skip to content

tw-easing-gradients@1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Apr 13:54
e84c959

Custom Bezier Curves

Use arbitrary easing values with bracket notation:

<div class="bg-ease-to-r-[0.22,1,0.36,1] from-black"></div>

Optimizations

  • Gradient stops cached per easing (32 → 4 computations)
  • matchUtilities batched into single call