bolt.diy / app /utils /easings.ts
Sam Denty
fix: remove monorepo
6fb59d2 unverified
raw
history blame
104 Bytes
import { cubicBezier } from 'framer-motion';
export const cubicEasingFn = cubicBezier(0.4, 0, 0.2, 1);