bezier-easing
BezierEasing provides Cubic Bezier Curve easing which generalizes easing functions exactly like in CSS Transitions.
easings-css
Easing functions for CSS, provided as CSS Custom Properties, JavaScript modules, JSON object and Less and Sass variables.
easegen
A library for generating a set of cubic bezier easing functions by providing a min and max points and generating all possible combinations.
@penner/fast-bezier-easing
A fast TypeScript implementation of cubic Bezier easing with analytical solutions, providing the same API as bezier-easing but with superior performance