Skip to content

Instantly share code, notes, and snippets.

@Kasst1el
Last active January 31, 2017 17:00
Show Gist options
  • Save Kasst1el/e3c7a912b32f0493c4abd56e48a4a853 to your computer and use it in GitHub Desktop.
Save Kasst1el/e3c7a912b32f0493c4abd56e48a4a853 to your computer and use it in GitHub Desktop.
$("header .h_sale .button_h_sale").click(function() {
$("html, body").animate({
scrollTop : $(".s_sign_up").offset().top
}, 1200);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment