rnosov / react-reveal

Easily add reveal on scroll animations to your React app
https://www.react-reveal.com/
MIT License
2.73k stars 180 forks source link

Wrapper <div> tag #109

Open soroushmadani opened 3 years ago

soroushmadani commented 3 years ago

Hi, thanks for your grate package. I searched a lot and I couldn't find a way to change the container component!

It would be really nice to add a "component" prop just like material-ui components to change the wrapper component if necessary! Sometimes it's just cool to animate inline tags without having a

wrapper and trying to make that inline!

Thanks in advance.

kiri4eb commented 3 years ago

CSS can't animate inline elements. Only block elements like div, img e.t.c.