Created
February 12, 2016 14:01
-
-
Save joshwcomeau/09a210b6ae3b8f5b73d6 to your computer and use it in GitHub Desktop.
Animating the Unanimatable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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