EasyScrollDots Versions Save

Single page scroll JavaScript plugin that allows for vertical navigation of page sections

2.0.3

1 year ago

Core Improvements: Make sure that offset is always relative to the document rather than the closest relative parent when clicking a dot.

2.0.2

2 years ago

Core Improvements: Fix: Sync active dot when fixed nav is present. Improvement: Add console message if fixed nav is defined but cannot be found in the DOM.

Demo Improvements: Reference the easyScrollDots files directly from the dist folder rather than inlined. Remove unused background image references. Add a commented out fixed navigation for testing purposes.

README Improvements: Clarify that offset accepts positive numbers in the readme.

2.0.1

2 years ago

Remove escape string from calc function in scss file as it is only applicable to legacy less compilers.

2.0.0

2 years ago

Version 2.0.0 *Breaking change: Anchor points now should wrap each section rather than appear before each section. This makes the active dot much more accurate according to the section beginning and end. This is achieved by dynamically adding a placeholder final section and always looking at the previous section rather than the current one; the benefit of this is we don't need to measure the height of any section. *Removed unnecessary use of scroll-indicator class name as we can just look for the data attribute. *Removed legacy jQuery fall-back support. *We are querying the DOM for indiElement only once now rather than unnecessarily querying twice.

1.1.5

3 years ago

Added a new option to set a scroll offset when clicking on a dot. Replaced window.onscroll function with an event listener so that it cannot be accidentally overwritten. Slightly adjusted alignment of titles when hovering on a dot. Bump version to 1.1.5.

1.1.4

3 years ago

1.1.3

3 years ago

Improvements to z-indexing and mobile positioning

1.1.2

3 years ago

1.1.0

5 years ago

Stable

1.0.9-pre

5 years ago

Demo added. Edge hover bug fixed. Scroll threshold altered.