Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
$('html, body').stop(true, true).animate({
scrollTop: $('#cape-colonial').offset().top - 54
}, 1500, 'easeInOutCubic' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment