callmecavs/jump.js

A modern smooth scrolling library.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 51 minutes ago
Added to GitGenius on September 20th, 2026
Created on July 12th, 2015
Open Issues & Pull Requests: 16 (+0)
GitHub issues: Enabled
Number of forks: 157
Total Stargazers: 3,424 (+0)
Total Subscribers: 58 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 3,427 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Jump.js is a modern smooth scrolling library for JavaScript.

The library solves the problem of implementing smooth scroll animations to specific positions or elements on a page. It works by exporting a singleton function that accepts a target—either a pixel offset, a DOM node, or a CSS selector—and animates the scroll to that location using requestAnimationFrame. The animation respects configurable options including duration, easing functions, pixel offsets for fixed headers, completion callbacks, and accessibility features.

Jump.js suits projects that need straightforward smooth scrolling without heavy dependencies. It works well for single-page applications, documentation sites, and any interface requiring animated navigation to page sections. The library is designed for modern JavaScript workflows with ES6 transpilation and module bundling. Developers should be aware that the accessibility option is disabled by default because focusing elements triggers browser focus styling, which may have visual implications depending on the site's CSS.

The project maintains a focused scope with no plans to include polyfills for older browser support, prioritizing a small file size instead. Development activity shows consistent attention to the codebase with regular updates addressing issues and maintaining compatibility with modern JavaScript practices.