Skip to content

Instantly share code, notes, and snippets.

View fabiochelly's full-sized avatar

Fabio fabiochelly

View GitHub Profile
@fabiochelly
fabiochelly / app.js
Last active December 15, 2015 19:29 — forked from pec1985/app.js
var DoubleSlider = require('ti.doubleslider/widget');
var win = Ti.UI.createWindow();
var doubleSlider = new DoubleSlider({
top: 50,
width: 300,
minValue: 0,
maxValue: 100,
startValue: 30,