v2.0.0 Release

VerticalScroll.js

Download This Plugin Back To jQueryScript

A lightweight jQuery plugin for smooth full-page vertical scrolling. Includes pagination dots, keyboard support, and touch gestures.

Core Features

Input Agnostic

Seamless navigation via Mouse Wheel, Keyboard arrows, and Touch gestures on mobile.

Accessible

Built-in ARIA support, focus management, and keyboard navigation compliance.

Customizable

25+ options including easing, speed, themes, and comprehensive callbacks.

Built-in Themes

Includes polished presets for immediate use. Switch between Default, Light, Dark, and Minimal styles with a single option.

default light dark minimal
$('#page').verticalScroll({
  theme: 'light',
  pagination: true,
  animationDuration: 800,
  mouseWheel: true,
  onAfterScroll: function(index) {
    console.log('Section: ' + index);
  }
});

Ready to Start?

Download the latest version and start building beautiful scrolling websites today.

Download ZIP
npm install jquery.verticalscroll