Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufshakeel/dyscrollupjs
dyScrollUpJS is a small JavaScript plugin that you can use in your website and blog to create "Scroll-to-top" button.
https://github.com/yusufshakeel/dyscrollupjs
javascript-plugin scroll-to-top
Last synced: 3 months ago
JSON representation
dyScrollUpJS is a small JavaScript plugin that you can use in your website and blog to create "Scroll-to-top" button.
- Host: GitHub
- URL: https://github.com/yusufshakeel/dyscrollupjs
- Owner: yusufshakeel
- License: mit
- Created: 2016-11-04T07:31:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T11:26:03.000Z (7 months ago)
- Last Synced: 2024-11-09T16:05:15.056Z (3 months ago)
- Topics: javascript-plugin, scroll-to-top
- Language: JavaScript
- Homepage:
- Size: 123 KB
- Stars: 7
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# dyScrollUpJS
This is a small JavaScript plugin that you can use in your website and blog to create "Scroll-to-top" button.It's free and you can customize it too!
### Status
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yusufshakeel/dyScrollUpJS)
[![npm version](https://img.shields.io/badge/npm-2.0.1-blue.svg)](https://www.npmjs.com/package/dyscrollupjs)
[![](https://data.jsdelivr.com/v1/package/npm/dyscrollupjs/badge)](https://www.jsdelivr.com/package/npm/dyscrollupjs)### Getting Started
* Download the [latest release](https://github.com/yusufshakeel/dyScrollUpJS/releases) of the project.
* Clone the repo: `git clone https://github.com/yusufshakeel/dyScrollUpJS.git`
* Install using npm: `npm install dyscrollupjs`
* Use jsDelivr CDN: `https://www.jsdelivr.com/package/npm/dyscrollupjs`### Tutorial Video
[Watch the YouTube video](https://www.youtube.com/watch?v=P7CvToMSfZA).### Documentation
You can find the project documentation [here](https://www.dyclassroom.com/dyscrollupjs/documentation).### License
It's free and released under [MIT License](https://github.com/yusufshakeel/dyScrollUpJS/blob/master/LICENSE) Copyright (c) 2016 Yusuf Shakeel### Donate
Feeling generous :-) Buy me a cup of tea.[Donate via PayPal](https://www.paypal.me/yusufshakeel)
## Note!
### Version 2.x
No jQuery required.
### Version 1.x
Requires jQuery v1.12 and above.