Smooth Page Scroller effect with jQuery
Page Scroller is a powerful JavaScript based smooth scrolling navigation system that utilizes the robust jQuery library. Created entirely with ease of use in mind, the plugin will work on any website.
Basic Usage
To enable the smooth scrolling plugin include the following files within head tag of HTML:
- jQuery v1.3+
- Page Scroller Plugin
-
Page Scroller CSS
<script type="text/javascript" src="./javascripts/pagescroller.js"></script>
Getting Started
Instantiate the plugin on DOM load:
$(document).ready(function(){ $('#main').pageScroller(); });
Rename Navigation Links
Custom navigation link names can be set by passing an array:
var navLabels = new Array('Home', 'Portfolio', 'Services', 'Contact'); $('#main').pageScroller({ navigation: navLabels });
The article source:http://pagescroller.com/
You might also like
Tags
accordion accordion menu animation navigation animation navigation menu carousel checkbox inputs css3 css3 menu css3 navigation date picker dialog drag drop drop down menu drop down navigation menu elastic navigation form form validation gallery glide navigation horizontal navigation menu hover effect image gallery image hover image lightbox image scroller image slideshow multi-level navigation menus rating select dependent select list slide image slider menu stylish form table tabs text effect text scroller tooltips tree menu vertical navigation menu