Go To Top

You can add a Go To Top Trigger on your Page to allow your users to scroll to the Top of the Page anytime they need to. Simply add the code below at the bottom of the page just after the `` ends:

Usage

<div id="gotoTop" class="icon-angle-up"></div>

Settings

SettingDescription
data-offsetOffset from Top when you would like the Go To Top Trigger to appear in pixels.
Example: 300
data-mobileEnable/Disable Go To Top on Mobile.
Example: true
data-speedSpeed of the Go To Top Scrolling in milliseconds.
Example: 800
data-easingEasing of the Go To Top Scrolling. Eg. easeInQuad
Example: easeInQuad