Skip to content

klich3/egjs-flicking-plugins-wheelslide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@egjs-flicking-plugins-wheelslide

Flicking Logo

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 ./


Star History

Star History Chart