bolt.diy / app /utils /easings.ts
Heuehneje's picture
bolt.diy
baa4c21 verified
raw
history blame contribute delete
107 Bytes
import { cubicBezier } from 'framer-motion';
export const cubicEasingFn = cubicBezier(0.4, 0, 0.2, 1);