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

https://github.com/rayc2045/smoothscroll

A simple smooth scrolling using 100% vanilla JavaScript.
https://github.com/rayc2045/smoothscroll

smooth-scrolling smoothscroll

Last synced: about 1 year ago
JSON representation

A simple smooth scrolling using 100% vanilla JavaScript.

Awesome Lists containing this project

README

          

# SmoothScroll.js
A simple smooth scrolling using 100% vanilla JavaScript, and it's only 3kb!

[> Demo](https://rayc2045.github.io/SmoothScroll/)

### Usage

```html
// index.html



// Your content CSS file




// Content




```