egjs-flicking-plugins-wheelslide
v0.0.2
Published
This repository is an extension for EGJS - Flicking Slider that enables continuous mouse scrolling in the slider.
Downloads
4
Readme
@egjs-flicking-plugins-wheelslide
This repository is an extension for EGJS - Flicking Slider that enables continuous mouse scrolling in the slider.
🏃 Quick Start
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.
📜 License
egjs-flicking-plugins-wheelslide is released under the MIT license.
NPM Publish
NPM publish command: npm publish --access=public ./