Sooner 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
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”]