teolopez / jquery-smooth-scrolling

Smooth anchor scrolling plugin for jQuery.

Home Page:http://mths.be/smoothscroll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smooth Scrolling jQuery Plugin

Demo & Examples

http://mathiasbynens.be/demo/smooth-scrolling

Example Usage

Simple – Inside entire document

Find all links to anchors in the same document, and make them scroll smoothly when clicked:

$('html').smoothScroll();

Simple – Inside a specified element

Find all links to anchors in the same document inside #content, and make them scroll smoothly when clicked:

$('#content').smoothScroll();

Specifying animation speed

$('html').smoothScroll(300);

Mathias

About

Smooth anchor scrolling plugin for jQuery.

http://mths.be/smoothscroll