Are animations in React apps still worth it? #1141
Answered
by
alexander820523
hiroshi960617
asked this question in
General
-
Are Framer Motion or GSAP still the go-to? Do you find animations enhance UX or just bloat your app? |
Beta Was this translation helpful? Give feedback.
Answered by
alexander820523
Jun 7, 2025
Replies: 1 comment
-
Absolutely worth it—when used with purpose. I use Framer Motion for page transitions and micro-interactions. It adds polish and clarity when state changes. That said, I optimize for motion-reduction and lazy load animation libraries when possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hiroshi960617
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Absolutely worth it—when used with purpose. I use Framer Motion for page transitions and micro-interactions. It adds polish and clarity when state changes. That said, I optimize for motion-reduction and lazy load animation libraries when possible.