Skip to content

Latest commit

 

History

History

scroll-to-top

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Cargo Bay Scroll-to-top

General

  • Scroll to top snippet
  • JQuery and vanilla-js version

Dependencies

  • jQuery for the jQuery version

Initialise

cargobay.scrollToTop.init();

Usage

The class '.js-scroll-to-top' is used as the javascript-hook. Place this on any element and on click there will be an animated scroll to the top of the page.

With the data-animation-duration attribute you can set the desired duration of the scroll animation. (defaults to 300ms)

<a href="#" class="js-scroll-to-top" data-animation-duration="300">Scroll to top</a>

Support

  • Latest Chrome
  • Latest FireFox
  • Latest Safari
  • IE9 and up