Created
October 14, 2015 21:14
-
-
Save matsko/0755bd99b76b82e27491 to your computer and use it in GitHub Desktop.
This file contains 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
ctx.onLeave( | |
stagger(keyframe({ | |
'0%': { transform: 'scale(1)' }, | |
'25%': { transform: 'scale(1.4)' }, | |
'100%': { transform: 'scale(0)', opacity: 0 }, | |
}, 1000), staggerTimers.reverse(100)) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment