3
5 Comments

What's your preferred animation library?

Mine is Framer Motion.

Because of how easy you declare animations and "inject" the motion into syntax.

<motion.tag variants={variants}>...</motion.tag>

https://www.framer.com/motion/

.

  1. 2

    So far I have managed to avoid React animations altogether by using CSS animations instead, and that's my plan until I run across a problem that can't be solved with CSS.

    1. 1

      I was a fan of css animations before but unfortunately it's not easy to orchestrate or stagger animations. Sure you can do some workarounds with events (eg onAnimationComplete apply another animation to some element) but still..

  2. 2

    I currently use React Spring. Their animations are awesome, but their API definitely leaves something to be desired. I would love to try Framer Motion at some point.

  3. 2

    I really like React Spring, but have been meaning to give Framer Motion a try.

Trending on Indie Hackers
How I grew a side project to 100k Unique Visitors in 7 days with 0 audience 49 comments Competing with Product Hunt: a month later 33 comments Why do you hate marketing? 28 comments My Top 20 Free Tools That I Use Everyday as an Indie Hacker 14 comments $15k revenues in <4 months as a solopreneur 14 comments Use Your Product 13 comments