If min is 0 and max is 100, the slider goes from 0 to 100 as it slides from left to right.
If min is 100 and max is 0, a slider should also go from 100 to 0 as it slides from left to right.
The slider component currently does not support inverted min/max values, and requires min and max to always be fixed to a normalized domain such as 0-1 and remapping to be done internally.
Better yet, maybe min and max can be renamed to start and end.