Hover Animation In Framer Motion. Text Getting Visually Distorted
I am new to framer motion and I want to make a hover animation on the button. I was able to create the animation successfully but when I hover over the button the text gets distor
Solution 1:
According to this, you can't 'disable' scaling for child components with framer. Try to use react components and variables (or CSS) to disable child scaling.
Post a Comment for "Hover Animation In Framer Motion. Text Getting Visually Distorted"