-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance slider with dynamic value calculation and styling
Refactor the slider component to improve its functionality and user interface. The value is now determined based on the slider's position, minimum and maximum limits, step increment, and the component's height. Gesture interactions are smoother thanks to the use of `withSpring` and `withTiming` animations. Additionally, the track's color changes dynamically to reflect the current value, providing a more intuitive and visually engaging user experience.
- Loading branch information
Aswin Lakshmanan
committed
Nov 25, 2023
1 parent
17954bd
commit 99b1f0b
Showing
3 changed files
with
47 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters