animationsCustom
Motion Library + Tailwind Conflicts
SHOULD
SHOULD: When using Framer Motion/Motion with Tailwind, remove conflicting `transition-*` classes from animated elements. Let Motion handle transitions to prevent stuttery/weird motion.
Remove Tailwind transition classes from elements animated by Framer Motion
Bad
Good
Why it matters
Tailwind's transition-* classes apply CSS transitions. When combined with Framer Motion's JS-based animations, they conflict and cause stuttering. Use Motion's transition prop instead.