Navigation Menu

Skip to content

MathieuLoutre/wheel.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wheel.js

Clicking wheel control interface

Clicking wheel control interface. Sort of like Knob.js but without any rendering.

Usage

Install using bower: bower install wheel.js
Or using npm: npm install wheel.js
Or just by downloading the tarball

var wheel = new Wheel({
	callback: tick,
	min: 1,
	max: 80,
	start: currentBook,
	el: "#wheel",
	drag: true,
	keyboard: true
});

wheel.getVal()

TODO

  • Testing

Changelog

  • 0.1.0 - First release

About

Clicking wheel control interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published