egjs-flicking-plugins-whellslide
v0.0.1
Published
This repository is an extension for EGJS - Flicking Slider that enables continuous mouse scrolling in the slider.
Downloads
4
Readme
@egjs-flicking-plugins-whellslide
This repository is an extension for EGJS - Flicking Slider that enables continuous mouse scrolling in the slider.
🏃 Quick Start
import { WhellSlide } from "egjs-flicking-plugins-whellslide";
//vertical scroll
flicking.addPlugins(new WhellSlide());
//for horizontal slide set first attribute as true
flicking.addPlugins(new WhellSlide(true));
📝 Feedback
Please file an Issue.
📜 License
egjs-flicking-plugins-whellslide is released under the MIT license.
NPM Publish
NPM publish command: npm publish --access=public ./