Files
SerpentRace/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs
T
2025-08-23 00:05:18 +02:00

4 lines
119 B
JavaScript

const cubicBezierAsString = ([a, b, c, d]) => `cubic-bezier(${a}, ${b}, ${c}, ${d})`;
export { cubicBezierAsString };