Fix slider animation

pull/13/head
Anthony Catel 2022-03-28 11:36:26 +02:00
rodzic 938dd2a764
commit 5362f69884
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -87,7 +87,7 @@ const densityUpdate = (val: number) => {
const setDensity = (val: number) => {
tatween(800, Easing.Exponential.Out, (obj) => {
density.value = val;
obj.value = val;
}, density)
}