Better Slider
A Better Slider works exactly like a normal Slider but has Better Transitions in addition.
Better Navigation (Gamepad / Keyboard)
The Settings in this box are for non-pointer navigation. It defines how quickly the slider value changes over time.
Step Size Over Time
This curve defines the steps for every input-repeat-interval over a given time. This allows a more granular modification when starting and a transition to bigger steps the longer the value is being changed by the user (for example).
The vertical axis defines the step size, the horizontal axis defines the time in seconds.
Step Size Scale Factor
This value scales the current step that was evaluated from the Step Size Over Time. It is here just for convenience: Instead of adjusting the curve, you can scale it with a single value. Also, this allows to implement something like "go double as fast when holding a certain button" (custom code required for this).
Move Handle Pivot With Value
If you have a slider-handle that should be inside of the slider (touching left / right when at min / max value), you can now simply make the handle-area as big as its parent and check "Move Handle Pivot With Value).
By setting the pivot to 0 on minimum and 1 at maximum (and values in between accordingly), the handle will correctly be placed and does not exceed its parent.
Better Transitions
The slider allows adding Better Transitions.