dev / app /utils /easings.ts
Charan5775's picture
Add application file
8f7821c
raw
history blame contribute delete
104 Bytes
import { cubicBezier } from 'framer-motion';
export const cubicEasingFn = cubicBezier(0.4, 0, 0.2, 1);