Created
January 11, 2021 16:21
-
-
Save timn5835/dbd1c2a08ea68ec0216c2648c7b86a53 to your computer and use it in GitHub Desktop.
[Scroll to Top] #js #scroll
This file contains 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
// ANIMATE TO THE TOP | |
$('button#to-top').on('click', function(e) { | |
animateScroll(0, 650); | |
// GA Custom Click Tracking | |
gtag('event','Click',{'event_category':'clicktrack','event_label':'Up Arrow'}); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment