Skip to content

Instantly share code, notes, and snippets.

@tyrotinal
Created November 25, 2013 02:45
Show Gist options
  • Select an option

  • Save tyrotinal/7635475 to your computer and use it in GitHub Desktop.

Select an option

Save tyrotinal/7635475 to your computer and use it in GitHub Desktop.
jquery:animation syntex
$('p').animation(
{left: '10px',
bottom: '300px;',
opacity: '0'
},3000);
$('h1').animate({fontSize: '88px'}, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment