https://github.com/bendc/anchor-scroll
Smooth and lightweight anchor scrolling library
https://github.com/bendc/anchor-scroll
Last synced: 12 months ago
JSON representation
Smooth and lightweight anchor scrolling library
- Host: GitHub
- URL: https://github.com/bendc/anchor-scroll
- Owner: bendc
- License: mit
- Created: 2014-08-27T20:13:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T09:57:39.000Z (almost 10 years ago)
- Last Synced: 2025-06-20T13:13:02.490Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 366
- Watchers: 17
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Anchor scrolling library
Simple 1KB plugin for animating anchor links. [View demo](http://playground.deaxon.com/js/anchor-scroll-demo/).
## Usage
1. Insert `scroll.min.js` in your page.
2. Add a `scroll` class to your anchors.
…
…
```