This repository is an extension for EGJS - Flicking Slider that enables continuous mouse scrolling in the slider.
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));
Please file an Issue.
egjs-flicking-plugins-wheelslide is released under the MIT license.
NPM publish command: npm publish --access=public ./