hzdg / hz-core

HZ's internal library of React Components 🚧
https://hz-core.netlify.com
0 stars 0 forks source link

Possible shortcut to reusable animations: react-pose #7

Closed lettertwo closed 6 years ago

lettertwo commented 6 years ago

Im not sure if this is actually as promising as it looks to me right now, but we might be able to wrap up a bunch of reusable, canned animations using react-pose.

For example: https://codepen.io/lettertwo/pen/NYYMrg

elainen commented 6 years ago

Possibly, though it doesn't support native, at least not yet. So if we use this, and want to support native, we'd have to pick a different library.

elainen commented 6 years ago

Will consider using https://github.com/drcmda/react-spring instead since it supports native.