Home / Scroll / AnimateScrollNavigation.js - Single page navigation
AnimateScrollNavigation.js - Single page navigation

AnimateScrollNavigation.js - Single page navigation

Download Demo
  • Overview
  • Documents
User Rating: 0/5 ( 0 votes)
Your Rating:

AnimateScrollNavigation.js is a simple jQuery Plugin extending animateScroll plugin with Single Page Scroll Capabilities

 

Why bother?

I needed jQuery plugin allowing me to nicely navigate around single page website and none I could find had all fetures I needed:

  • Smooth, continous scroll across sections
  • Ability to navigate to each and every section, also programatically
  • Possible menu integration, but I didin't want menu to be included as part of a package
  • Each section can have different hight
  • If section height is less then screen height - it can be adjusted
  • If section is higher then screen - we're cool
  • It had to support anchor links to sections, i.e. #section1
  • It would support History API

Source: github.com

Scroll To Top