text and div gets blur when I use scale property in whileHover
Opened this issue · 0 comments
umeshjain1999 commented
when i try this div gets little blur
<motion.div
whileHover = {{scale : 1.05 , fontStyle: 'italic' }}
transition = {{type : 'spring' , stiffness : 300}}
>
<Link to ="/project">
<div className = "profile-project">
Check out my work 💪
</div>
</Link>
</motion.div>
little help will help thank you ❤