Skip to content

Instantly share code, notes, and snippets.

@joshwcomeau
Created February 12, 2016 14:01
Show Gist options
  • Save joshwcomeau/09a210b6ae3b8f5b73d6 to your computer and use it in GitHub Desktop.
Save joshwcomeau/09a210b6ae3b8f5b73d6 to your computer and use it in GitHub Desktop.
Animating the Unanimatable
<FlipMove
duration={500}
delay={10}
easing={'cubic-bezier(0.25, 0.5, 0.75, 1)'}
staggerDurationBy={30}
staggerDelayBy={10}
onStart={startHandlerFunction}
onFinish={finishHandlerFunction}
>
{childrenWithKeys}
</FlipMove>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment