FormidableLabs / react-animations

🎊 A collection of animations for inline style libraries
MIT License
3.06k stars 160 forks source link

How can I use in mobile,I tried it can use in browser but not support for android #12

Closed vastyang closed 7 years ago

vastyang commented 7 years ago

I use with Radium + react + webpack.Please tell me ,how can I make it compatibility

aweary commented 7 years ago

I recommend referring to the Radium repo for support resources to help with this. react-animations just exports object describing the animation and doesn't control how the animation is processed by the consuming style library. Thanks!