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.
- Host: GitHub
- URL: https://github.com/rayc2045/smoothscroll
- Owner: rayc2045
- Created: 2020-10-07T16:00:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T03:32:38.000Z (almost 5 years ago)
- Last Synced: 2025-04-12T18:48:55.575Z (about 1 year ago)
- Topics: smooth-scrolling, smoothscroll
- Language: JavaScript
- Homepage: https://rayc2045.github.io/SmoothScroll/
- Size: 432 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```