-
Notifications
You must be signed in to change notification settings - Fork 46
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
Transition group #38
Comments
Well, you could throw your own list component using SwipeOut base component, the list component just loops items and renders individual swipeouts. |
That would work, although more involved. In my view, having a Maybe that's a functionality that only a few need, so not sure how much it makes sense. Just a thought. |
Well it totally makes sense, and we are more than open for PRs. |
I may try and implement a version that uses transition groups in the following days. Will investigate it further and open a PR when it's ready. |
Is there any way to wrap the swipe-list in a transition group? It would be really useful when doing deletes (for animating the row removal) or when dynamically inserting new rows.
The text was updated successfully, but these errors were encountered: