DEV Community

Discussion on: Animate Styled Components with Framer Motion!

Collapse
 
dhiranegi profile image
DhiraNegi

How about using it in an image instead of div.
Can you tell me how to do that?

Collapse
 
amaanahmad profile image
Amaan Ahmad

use motion.custom

const MyCustomComponent = motion.custom(styled.img` 
// your styles ... 
`)
Enter fullscreen mode Exit fullscreen mode