Skip to content

Instantly share code, notes, and snippets.

@ericf
Created May 18, 2010 04:10
Show Gist options
  • Select an option

  • Save ericf/404594 to your computer and use it in GitHub Desktop.

Select an option

Save ericf/404594 to your computer and use it in GitHub Desktop.
highlight({
startColor : bgColorActive,
endColor : bgColor,
restoreColor : 'transparent',
easing : Y.Easing.baseIn,
duration : 1.0,
wait : false,
after : {
finish : function(e){
console.log('finish');
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment