trying to fix slider jitterness

This commit is contained in:
Violet Caulfield
2025-02-18 23:44:01 -06:00
parent 3d98899391
commit 30bbe07a87
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ export const TextTickerConfig : TextTickerProps = {
* We're going to move the decimal place over so that Tamagui's slider
* can be more precise
*/
export const ProgressMultiplier = 10 ^ 3
export const ProgressMultiplier = 10 ^ 5

View File

@@ -1 +1 @@
export const UPDATE_INTERVAL: number = 200
export const UPDATE_INTERVAL: number = 100 // 100 milliseconds