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
Is it possible to pass different config in next's object parameter?
leave: item => async (next, cancel) => { await next({ life: '0%' }) await next({ opacity: 0 }) await next({ height: 0 }) },
I really need this functionality to make one step's duration 0ms (for out of screen elements).
If not, I want to make PR request for adding this functionality. Please, let me know.
The text was updated successfully, but these errors were encountered:
This is implemented by #615 which will be merged soon
Sorry, something went wrong.
@aleclarson great! Thank you.
Successfully merging a pull request may close this issue.
Is it possible to pass different config in next's object parameter?
I really need this functionality to make one step's duration 0ms (for out of screen elements).
If not, I want to make PR request for adding this functionality. Please, let me know.
The text was updated successfully, but these errors were encountered: