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

Automatically animate on list update. #2

Closed
renannery opened this issue Dec 4, 2021 · 1 comment
Closed

Automatically animate on list update. #2

renannery opened this issue Dec 4, 2021 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@renannery
Copy link

It would be really nice if the drag/drop animation could be triggered when the list gets updated, not only with a long press and dragging and dropping an item.

For example:

Original list: [1, 2, 3, 4, 5, 6]

Grid:
[1, 2, 3]
[4, 5, 6]

List updated: [1, 2, 4, 5, 6] (item 3 removed in the backend)

Grid:
[1, 2, 4]
[5, 6]

The list gets updated just fine, but without any animation.
I'll look at your code to see how can we implement this.

@casvanluijtelaar
Copy link
Owner

Similar to #1 where I elaborted. If you want to look into it, please do!

@casvanluijtelaar casvanluijtelaar added enhancement New feature or request question Further information is requested labels Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants