Created
May 2, 2020 11:51
-
-
Save bartread/90f36990b18335efca5f348c477806d2 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 config = { | |
delay: 200, | |
duration: 500, | |
easing: function gimmeSomeEase(thingummy) { | |
var aResult = ...; | |
// Maybe do some stuff here | |
return aResult; | |
}, | |
tick: { | |
tick$$1: function () { | |
// Do some other stuff here | |
} | |
}, | |
css: 'foreground-color: #AAAAAA' | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment