swiss-army-knife-card icon indicating copy to clipboard operation
swiss-army-knife-card copied to clipboard

Extend slider tool

Open AmoebeLabs opened this issue 4 years ago • 0 comments

The Problem To Be Solved

The current slider tool implementation has two orientations: horizontal and vertical.

  • [ ] Add another option to make a circular / ellipse slider. The track is round in this case, with an start and stop angle.

  • [x] Add track options like progress/activetrack Color the progress/activetrack part of the track, ie from start to up to the thumb position

  • [ ] Add scale

  • [ ] Add labels

(Optional): Suggested Solution

Additions can be done in the current slider stuff, it is just an extra switch in the case statements...

The slider is then composed of:

  • track, either horizontal/vertical or round/ellipse
  • progress/activetrack
  • thumb
  • value, either on thumb or on fixed position
  • scale
  • labels

AmoebeLabs avatar Dec 31 '20 12:12 AmoebeLabs