tzmartin/Ti-Double-Slider

I need the image assets for the slider please.

agrycroko opened this issue · 2 comments

Hi,

Thanks for creating the Ti-Double-Slider module.

I can't find the image assets in the repo referred to in your code example:

var dSlider = tidoubleslider.createSlider({
top: 40,
height: 50,
width: 280,
leftTrackImage:'left2.png',
highlightedLeftTrackImage:'highlightedLeft2.png',
disabledLeftTrackImage:'disabledLeft2.png',
centerTrackImage:'center2.png',
highlightedCenterTrackImage:'highlightedCenter2.png',
disabledCenterTrackImage:'disabledCenter2.png',
rightTrackImage:'right2.png',
highlightedRightTrackImage:'highlightedRight2.png',
disabledRightTrackImage:'disabledRight2.png',
leftThumbImage:'thumb.png',
highlightedLeftThumbImage:'highlightedThumb.png',
disabledLeftThumbImage:'disabledThumb.png',
rightThumbImage:'thumb.png',
highlightedRightThumbImage:'highlightedThumb.png',
disabledRightThumbImage:'disabledThumb.png',
min:0,
max:100,
leftValue:25,
rightValue:50,
enabled: true
});

Could you supply the image assets to me so I can modify as necessary?

Many thanks.

Thank you!