2e1ab99
1
2
3
4
import { cubicBezier } from 'framer-motion'; export const cubicEasingFn = cubicBezier(0.4, 0, 0.2, 1);