https://github.com/klich3/egjs-flicking-plugins-wheelslide
EGJS - Flicking plugin for use Mouse wheel to Scroll
https://github.com/klich3/egjs-flicking-plugins-wheelslide
egjs egjs-flicking egjs-flicking-plugin egjs-plugin
Last synced: 6 months ago
JSON representation
EGJS - Flicking plugin for use Mouse wheel to Scroll
- Host: GitHub
- URL: https://github.com/klich3/egjs-flicking-plugins-wheelslide
- Owner: klich3
- License: mit
- Created: 2024-06-14T11:38:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T16:09:31.000Z (about 2 years ago)
- Last Synced: 2025-09-04T23:43:54.435Z (11 months ago)
- Topics: egjs, egjs-flicking, egjs-flicking-plugin, egjs-plugin
- Language: TypeScript
- Homepage:
- Size: 134 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# @egjs-flicking-plugins-wheelslide

This repository is an extension for EGJS - Flicking Slider that enables continuous mouse scrolling in the slider.
## 🏃 Quick Start
```js
import { WheelSlide } from "egjs-flicking-plugins-wheelslide";
//vertical scroll
flicking.addPlugins(new WheelSlide());
//for horizontal slide set first attribute as true
flicking.addPlugins(new WheelSlide(true));
```
## 📝 Feedback
Please file an [Issue](https://github.com/klich3/egjs-flicking-plugins-wheelslide/issues).
## 📜 License
***egjs-flicking-plugins-wheelslide*** is released under the [MIT license](LICENSE).
---
### NPM Publish
NPM publish command: `npm publish --access=public ./`
---
## Star History
[](https://star-history.com/#klich3/egjs-flicking-plugins-wheelslide&Date)