eiriklv / react-masonry-component

A React.js component for using @desandro's Masonry
MIT License
1.43k stars 145 forks source link

Is there any way to animate fading out elements on update? #146

Open dy opened 4 years ago

dy commented 4 years ago

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!