Optional __fixOptional dragDirection of the drag movement (either 'x' or 'y')
'y'
Optional dragSpeed factor for dragging movements
1
Optional dragMinimum threshold for drag movements (in pixels).
5
Optional easeLinear interpolation easing factor
0.1
Optional frictionFriction applied during interpolation
0.5
Optional hasEnable or disable drag events for progress control
true
Optional hasEnable or disable mouse wheel events for progress control
true
Maximum value of the progress
Minimum value of the progress
The step size for progress increments
Optional stepThreshold to determine step size changes. Ranges from 0.001 to 0.5.
0.1
Optional stickyDuration for sticky animation to snap to the nearest step. If null, sticky animation is disabled.
500
Optional wheelSpeed factor for mouse wheel movements
1
Changeable properties for a component. These properties may change during the component's lifecycle, such as in response to window resizing or user actions. This interface extends IChangeableProps, inheriting the mutable properties defined for modules.