mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-19 05:02:44 +00:00
first commit
This commit is contained in:
commit
1cdbffff09
200 changed files with 30007 additions and 0 deletions
3
app/utils/easings.ts
Normal file
3
app/utils/easings.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { cubicBezier } from 'framer-motion';
|
||||
|
||||
export const cubicEasingFn = cubicBezier(0.4, 0, 0.2, 1);
|
||||
Loading…
Add table
Add a link
Reference in a new issue