nkbt / react-collapse

Component-wrapper for collapse animation with react-motion for elements with variable (and dynamic) height
MIT License
1.12k stars 113 forks source link

React Motion -> React spring ? #236

Closed rockmandash closed 6 years ago

rockmandash commented 6 years ago

Hi, thanks for this wonderful library, I wonder if you would like to switch from React Motion to React spring? Thank you.

nkbt commented 6 years ago

What do you mean by that?

nkbt commented 6 years ago

@rockmandash collapse now completely offloads any animations to the consumer. Check the master branch. I actually use css transitions now in my apps.

rockmandash commented 6 years ago

@nkbt Thank you!