jQuery Anchor Scroll Scripts & Plugins
Written by Saran on
January 22, 2011Sooner or later we all are going to fall in love with the eye catching scroll effects that jQuery has to offer. Let's look at some of wonderful jQuery scripts & plugins that implements smooth scrolling effects.
-
Smooth Scrolling
A simple & effective scroll effect using jQuery.
Usage:
[cc lang="html"]
Link
Sample text
[/cc]
Article | Demo
-
Animated Scroll to Effect
A simple jQuery Plugin to scroll to, and also highlight the target object.
Usage :
[cc lang="jquery"]
$("#linkID").click(function(){
$("#TargetID").slideto();
});
[/cc]
Article | Demo
-
PlusAnchor jQuery Plugin
Nice little jQuery scroll plugin with easing effect.
Usage:
[cc lang="jquery"]