-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Origin animation distance #86
Comments
Hi, you can only play with the Anyway, be sure to pass the props using the right types: <Fade direction="right" cascade={true} damping={0.3}> |
I don't think it's what @amingarro meant. |
I have the same problem I need the property "distance", is there any temporary solution ? |
You'll need to use custom keyframes, code snippet here: #43 |
Thoughts on adding this natively in the main component? |
yes, this is needed. please add asap. should be simple to implement. |
Please, could you add this feature?
Example: distance="50px"
<Fade direction="right" distance="50px" cascade="true" damping="0.3">
Thank you very much for your work, greetings.
The text was updated successfully, but these errors were encountered: