Skip to content

Instantly share code, notes, and snippets.

@pjkelly
Created May 27, 2011 20:45
Show Gist options
  • Save pjkelly/996136 to your computer and use it in GitHub Desktop.
Save pjkelly/996136 to your computer and use it in GitHub Desktop.
$('ul#quiz-answers li');
$('ul#quiz-answers li:first').animate({
top: '148px'
}, {
duration: 1000,
step: function( now, fx ){
console.log(now);
// $( "ul#quiz-answers li:gt(0)" ).css( "top", now );
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment