Is there any way to animate fading out elements on update?
dy opened this issue · 0 comments
dy commented
Consider whis standard masonry example: https://wishbox.gift/send-wishbox/#category=all&price=150
If you select filter, it first transitions items out, then shows new items in.
The react-masonry abruptly deletes old items and fades in new ones.
Is there any way to make soft transition of removed items?
Thanks!