Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Charan5775
/
dev
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fe6fdfe
dev
/
app
/
utils
/
easings.ts
Charan5775
Add application file
8f7821c
7 months ago
raw
Copy download link
history
blame
Safe
104 Bytes
import
{ cubicBezier }
from
'framer-motion'
;
export
const
cubicEasingFn =
cubicBezier
(
0.4
,
0
,
0.2
,
1
);