Hacker News new | ask | show | jobs
by dechov 3353 days ago
Cool— quite similar to one we developed: https://github.com/two-n/join-transition

This sort of declarative transition comes in handy for us all the time. Two features I don't see yet in React-Move that we find useful is a prop for more precise control over the staggering (orderBy), and custom interpolation (interpolate).

2 comments

Custom interpolation is on the way, along with custom easing functions. As for the staggering, It would be fairly trivial to add some more customization to the parameters that go into it. Join this slack org and maybe we can chat about it? https://react-chat-signup.herokuapp.com/
FYI, just added support for custom easing functions. :)