Skip to content

Instantly share code, notes, and snippets.

@celticwebdesign
Created February 13, 2016 22:35
Show Gist options
  • Save celticwebdesign/720eb07caa4b68b294f2 to your computer and use it in GitHub Desktop.
Save celticwebdesign/720eb07caa4b68b294f2 to your computer and use it in GitHub Desktop.
Page scroll on page load
CSS ----
// Competition Valentines 2016
// if( $('body.valentines-day-win-a-bottle-of-bubby-and-a-50-voucher').length > 0 ) {
// var type = window.location.hash.substr(1);
// if( type == "competition" ) {
// $('html, body').animate({
// scrollTop: $("#mc_embed_signup").offset().top
// }, 2000);
// }
// }
Used for scrolling the page on load.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment