sghall / resonance

:black_medium_small_square:Resonance | 5kb React animation library
https://sghall.github.io/resonance
MIT License
1k stars 27 forks source link

Allow animating any component #14

Closed sghall closed 7 years ago

sghall commented 7 years ago

Render children with no wrapper element. That way you can render any component.

sghall commented 7 years ago

Or just allow setting the wrapper component...

sghall commented 7 years ago

Done in 0.5.0. You can now specify the wrapping component. It defaults to an 'g' elements.