WavySlider
Sine wave slider
Customizable:
- Left color (progress), Right color and Thumb.
- Wave length and Height.
- Speed.
Functions
InitializeSlider
Initializes the slider within an Horizontal or Vertical Arrangement.
SetSliderRange
Sets the range (min, max) and increment step of the slider.
Increment values can be integers or floats.
min: 0
max: 100
Increments can be any int number, if it's 3
, it will jump like this:
0, 3, 6, 9, 12
...
Same with float values, if it's 0.4
:
0, 0.4, 0.8, 1.2
...
SetSliderColors
Sets the colors of the slider, only AI2 and RGB colors.
SetWaveProperties
Sets the amplitude (wave height) and wavelength of the progress, values in integers.
SetWaveSpeed
Sets the speed of the wave, values in integers.
GetSliderMinValue
Gets the minimum value.
GetSliderMaxValue
Gets the maximum value.
SetSliderThumbPosition
Sets the position of the thumb.
Events
SliderValueChanged
Fired when the slider value changes.
SliderStopTracking
Fired when the slider stops being tracked.
SliderMaxValue
Fired when the slider reaches its maximum value.
Update
- Fixed a bug with the value obtained from the thumb position when using decimals.
- Added a function to get the value of the current thumb position.
GetThumbPosition
Get the current thumb position.
aia project:
WavySlider.aia (17.1 KB)
Extension:
Version 1.0.1 - Jan 8, 2025
joejsanz.joedevwavyslider.aix (13.3 KB)
Created with Fast. v2.2.0
fast-cli
minSdk: 21, maxSdk: 34, JDK: 11
Thanks.