lmcjt37 / curated-tv-and-film

A curated list of iconic TV and movie moments from modern filmography
https://lmcjt37.github.io/curated-tv-and-film/
MIT License
10 stars 52 forks source link

[Design] Add animation when switching view layout #254

Open lmcjt37 opened 3 years ago

lmcjt37 commented 3 years ago

The switch between row and grid layout seems a bit clunky and it would look nice to add something to smooth this transition out.

logicalahara commented 3 years ago

Hey @lmcjt37, I'd like to contribute to this. Any suggestions which lib to use ?

lmcjt37 commented 3 years ago

@logicalahara Hi, nice one...

If you feel confident enough you could simply do some fade-in-out transitions? That would require no external libs.

Otherwise maybe css based https://daneden.github.io/animate.css/

Or JS based https://popmotion.io/pure/

I will assign this ticket to you

lmcjt37 commented 3 years ago

Looking into this further and maybe this might be the way to go for this https://reactcommunity.org/react-transition-group/