Skip to content
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

Feature Request: different config for multistage transitions #629

Closed
Nizarius opened this issue Apr 9, 2019 · 2 comments
Closed

Feature Request: different config for multistage transitions #629

Nizarius opened this issue Apr 9, 2019 · 2 comments
Labels
kind: request New feature or request that should be actioned
Milestone

Comments

@Nizarius
Copy link
Contributor

Nizarius commented Apr 9, 2019

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.

@aleclarson aleclarson added the kind: request New feature or request that should be actioned label Apr 9, 2019
@aleclarson
Copy link
Contributor

This is implemented by #615 which will be merged soon

@Nizarius
Copy link
Contributor Author

Nizarius commented Apr 9, 2019

@aleclarson great! Thank you.

@aleclarson aleclarson mentioned this issue Apr 10, 2019
5 tasks
@aleclarson aleclarson added this to the v9.0.0 milestone Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: request New feature or request that should be actioned
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants