Skip to content

Instantly share code, notes, and snippets.

@musicalbigfoot
Created January 31, 2013 05:59
Show Gist options
  • Save musicalbigfoot/4680644 to your computer and use it in GitHub Desktop.
Save musicalbigfoot/4680644 to your computer and use it in GitHub Desktop.
JavaScript: jQuery Animate - Basic
thing.animate({
opacity : '0.5',
left : '+=50'
}, 800);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment