jquery-smooth-scrolling
v0.0.6
Published
Smooth scrolling to page anchors
Downloads
8
Maintainers
Readme
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
})