Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanitsharma/swift-scroll
Super lightweight full page scroll library
https://github.com/kanitsharma/swift-scroll
Last synced: 20 days ago
JSON representation
Super lightweight full page scroll library
- Host: GitHub
- URL: https://github.com/kanitsharma/swift-scroll
- Owner: kanitsharma
- License: mit
- Created: 2017-08-09T16:33:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T13:36:59.000Z (over 7 years ago)
- Last Synced: 2024-10-12T22:54:01.867Z (about 1 month ago)
- Language: HTML
- Homepage: https://kanitsharma.github.io/swift-scroll/
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift-scroll
### Super lightweight one page scroll library
### Made with vanilla js and ♥
### less than 1kb## Usage
```
npm install --save swift-scroll
```
```
Include swift-scroll.css && swift-scroll.js
```
orInclude CDNs
```html
```And at the end of your body tag
```html
``````html
one
two
three
...
```[View Demo](https://kanitsharma.github.io/swift-scroll/)
## Leave me a star if you think it’s cool!