Skip to content

Instantly share code, notes, and snippets.

@devth
Created May 23, 2011 19:08
Show Gist options
  • Save devth/987313 to your computer and use it in GitHub Desktop.
Save devth/987313 to your computer and use it in GitHub Desktop.
$(".camera")
.delay(speed / 2)
.css({marginLeft: -halfWindowWidth})
.show()
.animate({marginLeft: 0}, speed);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment