mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-05 18:40:01 -06:00
trying to fix slider jitterness
This commit is contained in:
@@ -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
|
||||
@@ -1 +1 @@
|
||||
export const UPDATE_INTERVAL: number = 200
|
||||
export const UPDATE_INTERVAL: number = 100 // 100 milliseconds
|
||||
Reference in New Issue
Block a user