Skip to content

Basic Slider Input class for PIXI js, with HTML input interface

Notifications You must be signed in to change notification settings

KIvanow/PIXISliderInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIXISliderInput

Basic Slider Input class for PIXI js, with HTML input interface

##Properties

  1. width
  2. height the axis to slide. Y by default
  3. notCentered

##Methods

  1. getSliderVal - returns the value of the slider between 0 and 100
  2. setSliderVal - sets thevalueof the slider
Example Usage
  var slider = new Slider( 500, 4, false );
  
  slider.setSliderVal( 43 );
  slider.getSliderVal();

About

Basic Slider Input class for PIXI js, with HTML input interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published