Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bartread/90f36990b18335efca5f348c477806d2 to your computer and use it in GitHub Desktop.
Save bartread/90f36990b18335efca5f348c477806d2 to your computer and use it in GitHub Desktop.
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