Created
May 2, 2020 11:41
-
-
Save bartread/278867931690a75530b20eee01923ff4 to your computer and use it in GitHub Desktop.
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
var delay = config.delay || 0, | |
duration = config.duration || 300, | |
easing = config.easing || identity, | |
tick$$1 = (config.tick ? config.tick.tick$$1 : noop) || noop, | |
css = config.css; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment