We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@react-spring/web has preset easings exported which include functions such as exponential, ease-in-out, etc.
easings
Could this also be ported to solid-spring?
This is the export: https://github.com/pmndrs/react-spring/blob/fd65b605b85c3a24143c4ce9dd322fdfca9c66be/packages/shared/src/easings.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@react-spring/web has preset
easings
exported which include functions such as exponential, ease-in-out, etc.Could this also be ported to solid-spring?
This is the export: https://github.com/pmndrs/react-spring/blob/fd65b605b85c3a24143c4ce9dd322fdfca9c66be/packages/shared/src/easings.ts
The text was updated successfully, but these errors were encountered: