Page scroller make your web page design more attractive and formal because when a user want see other part of your page, then he/she need to scroll page up or down using scroll bar or mouse wheel which was accepted before of jquery. Now if we have jquery then why we used traditional page design.So scroller you page using jquery.
Page scroller also helps to design single page website.
Scroll to Top of window
$('html, body').animate({ scrollTop: 0 }, 0);
$('html, body').animate({ scrollTop: 0 }, 'slow');
Scroll to selected area of web page
function
Trans(id)
{
$('html,
body').animate({