React Simple Animate – UI Animation Made Simple
react-simple-animate.now.sh
React Simple Animate – UI Animation Made Simple
1–10 of 50 posts
Re: React Simple Animate – UI Animation Made Simple
#2Re: React Simple Animate – UI Animation Made Simple
#3Re: React Simple Animate – UI Animation Made Simple
#4someone should check the grammar on the homepage.
Re: React Simple Animate – UI Animation Made Simple
#5React-motion requires a PhD to figure out, and I'd rather stick pins in my eyes than use Transition Group.
I have had some moderate success with Popmotion, although I've also seen performance issues when staggering lists (likely down to my implementation rather than the library, but still).
Re: React Simple Animate – UI Animation Made Simple
#6It's kinda counterintuitive to have an element called . What happens if I render it two times in a row before it's done animating?
Re: React Simple Animate – UI Animation Made Simple
#7Re: React Simple Animate – UI Animation Made Simple
#8someone should check the grammar on the homepage.
Re: React Simple Animate – UI Animation Made Simple
#9Normally, it's beneficial 100x times when a OSS project tells how things work in a concise manner.
In that way, it made sense for both users (they actually want to contribute back if they figure out how things work).
One failure example is Next.JS. You never understand how things work under the hood without digging source code.
Re: React Simple Animate – UI Animation Made Simple
#10This looks promising, animations in React are a bit of a mess right now. React-motion requires a PhD to figure out, and I'd rather stick pins in my eyes than use Transition Group. I have had some moderate success with Popmotion, although I've also seen performance issues when staggering lists (likely down to my implementation rather than the library, but still).
Why not? In combination with styled components it covers pretty much all my animation needs. The only thing missing is stagger for lists and maybe some way to integrate FLIP into it.