Created
February 13, 2016 22:35
-
-
Save celticwebdesign/720eb07caa4b68b294f2 to your computer and use it in GitHub Desktop.
Page scroll on page load
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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