Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/ixhbinphoenix/bne into dev
Browse files Browse the repository at this point in the history
Sxyntheon committed Jan 20, 2024
2 parents d7e4f7a + 234138a commit 54b5655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/Touch.ts
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ export function onSwipe(query: string, { direction, renew = false }: Options, ca
const swipeDuration = new Date().getTime() - touchStartTime;
const swipeThreshold = 100; // Schwellenwert für die minimale Wischstrecke in Pixeln
const maxSwipeDuration = 500; // Maximale Dauer der Wischgeste in Millisekunden
const verticalThreshold = 50; // Schwellenwert für die maximale vertikale Bewegung in Pixeln
const verticalThreshold = 100; // Schwellenwert für die maximale vertikale Bewegung in Pixeln
const minSwipeSpeed = 0.5; // Minimale Geschwindigkeit der Wischgeste in Pixeln pro Millisekunde

if (

0 comments on commit 54b5655

Please sign in to comment.