File size: 107 Bytes
baa4c21
 
 
1
2
3
4
import { cubicBezier } from 'framer-motion';

export const cubicEasingFn = cubicBezier(0.4, 0, 0.2, 1);