File size: 104 Bytes
8f7821c
 
 
1
2
3
4
import { cubicBezier } from 'framer-motion';

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