Skip to content

How can I transform cubic-bezier(0.55, 0.055, 0.675, 0.19) to react-spring configuration? #1156

Discussion options

You must be logged in to vote

hope this helps you

import BezierEasing from 'bezier-easing' // https://yarnpkg.com/package/bezier-easing
...
config: { easing: BezierEasing(0.55, 0.055, 0.675, 0.19) },
...

best,
C

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jonasantonelli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants