Skip to content

Instantly share code, notes, and snippets.

@hacke2
Created August 25, 2014 13:48
Show Gist options
  • Save hacke2/94c6f00d5627b9c22ac5 to your computer and use it in GitHub Desktop.
Save hacke2/94c6f00d5627b9c22ac5 to your computer and use it in GitHub Desktop.
从左上角弹出
$box.animate({
width: this.mWidth "px",
height: this.mHeight "px",
"left": browserWidth / 2 - this.mWidth / 2 "px",
"top": browserHeight / 2 - this.mHeight / 2 "px"
}, 300);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment