1.0.2 • Published 10 months ago

smooth-scroll-on-back-press v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Smooth Scroll on Back Press

npm version

Description

This is a simple script to add smooth scroll to anchor links on your website. When a user clicks on an anchor and goes to the different page and comes back to the page where the anchor link is, the page will scroll to the anchor link smoothly.

Installation

  1. Run npm install smooth-scroll-on-back-press to install the package.
  2. Add the following code to your JavaScript file such as app.js

    import smoothScroll from 'smooth-scroll-on-back-press';
    smoothScroll();

Now you are good to go. The script will automatically add smooth scroll to all the anchor links on your website.

Example

You can see the example here.

Limitations

The script will not work if there is no scroll on the page after the page load.

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago