nightgrey / jquery-smoothScroll

[Old stuff] Another tiny jQuery plugin that animates anchor links with some options. Works also for "back to top" links.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery-smoothScroll

Another tiny jQuery plugin that animates anchor links with some options. Works also for "back to top" links.

Simple example

$(document).ready(function() {
	$('.scroll').smoothScroll();
});

Scroll to top

$(document).ready(function() {
	$('.toTop').smoothScroll({
		toTop: true
	});
});

About

[Old stuff] Another tiny jQuery plugin that animates anchor links with some options. Works also for "back to top" links.

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%