Jump.js Versions Save

A modern smooth scrolling library.

v1.0.2

7 years ago

Patch:

  • Updated dist files, via new build system

v1.0.1

7 years ago
  • Abstracted the target element offset calculation, to keep the code DRY
  • Optimized the getBoundingClientRect adjustment, by using the start position, rather than calling for the scroll location again

v1.0.0

7 years ago

Jump has reached its first major version! This version features a complete rewrite, and includes changes frequently requested by the user base.

The source is thoroughly commented, and the README explains all new options. The largest changes, and credit to those that influenced them, are highlighted below:

  • Utilizing the singleton pattern - @mgiulio, and his SitePoint article referencing the library
  • Adding accessibility support - @Heydon, who explained how to implement it here

Thanks to everyone involved in making this library the success that it is, especially those that have contributed.

v0.4.0

7 years ago

Change license back to MIT.

v0.3.2

8 years ago

Change license to GPL-3.0.

v0.3.1

8 years ago

Lock devDependencies versions.

v0.3.0

8 years ago
  • duration option can now accept a function that:
    • accepts the jump distance, in px, as a parameter, and
    • returns the duration in milliseconds (h/t @TimPetricola)
  • unnecessary default value for callback option removed

v0.2.1

8 years ago

Small tweaks to README.

v0.2.0

8 years ago
  • Added easing option (h/t @TimPetricola)
  • Small tweaks to README language

v0.1.3

8 years ago

Added a demo page!