Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
T1ckbase
/
bolt.diy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a98b51e
bolt.diy
/
app
/
utils
/
easings.ts
Sam Denty
fix: remove monorepo
6fb59d2
unverified
12 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
);