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)
matchUtilitiesbatched into single call
Use arbitrary easing values with bracket notation:
<div class="bg-ease-to-r-[0.22,1,0.36,1] from-black"></div>matchUtilities batched into single call