/jquery-smooth-scrolling

Smooth scrolling to page anchors

Primary LanguageJavaScript

jQuery Smooth Scrolling

Smooth scrolling to page anchors

Usage

$('html').smoothScrolling()

Options

$('html').smoothScrolling({
  offset: 10, // Default - 0
  speed: 1500, // Default - 1000

  // Sticky header
  headerClass: 'header', // Default - null
  headerFixedClass: 'header_fixed' // Default - null
})