ActiveDen

slider component 02

  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 50 and 99 items
  • Brazil
  • Referred between 1 and 9 users
guinetik says

nice, i was just looking for a slider with two thumbs to use in a project. this one looks perfect.

3 years ago
Author
MarcoSecchi MarcoSecchi replied

thanks guinetik :)

marco

3 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
carlneuman says

Nice component!

May I ask some questions?

- Is this component based on Flex slider, so that we can simply replace standard Flex slider with yours?

- is it possible to change the track color and handle color in program?

- Is it possible to change the width and height of the handle in program?

Thanks!

If all of above features are supported, this is the most power slide I have even seen. And I will buy it in immediately. :)

3 years ago
Author
MarcoSecchi MarcoSecchi replied

Hi carlneuman,

- yes, it’s just a skinning for the default flex slider. You will simply have to declare the slider skins (css file) with the new classes provided:
HSlider
{
    thumb-up-skin: ClassReference( "it.loziosecchi.components.skins.SliderThumbSkin" );
    thumb-over-skin: ClassReference( "it.loziosecchi.components.skins.SliderThumbSkin" );
    thumb-down-skin: ClassReference( "it.loziosecchi.components.skins.SliderThumbSkin" );
    thumb-disabled-skin: ClassReference( "it.loziosecchi.components.skins.SliderThumbSkin" );
    track-highlight-skin: ClassReference( "it.loziosecchi.components.skins.TrackHighlightSkin" );
    track-skin: ClassReference( "it.loziosecchi.components.skins.SliderTrackSkin" );
}        

- yes, it’s possible, as you would for a regular VSlider or HSlider. For example:
    fill-color: #afbccf;
    track-colors: #485a72, #485a72;
    theme-color: #afbccf;
    show-track-highlight: true;    

- You can change the handle size (or form) by hard coding the SliderThumbSkin included in the package

marco

3 years ago

by
by
by
by
by