An open API service indexing awesome lists of open source software.

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

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.

```html
Intro
About


```