Don't wait as long to hint that you can scroll

This commit is contained in:
Jordan Eldredge 2025-12-31 09:58:00 -08:00
parent 99f06d3bfc
commit 1d10f7a1f4

View file

@ -16,7 +16,7 @@ type UseScrollHintOptions = {
export function useScrollHint({
containerRef,
enabled,
delayMs = 5000,
delayMs = 2000,
scrollAmount = 80,
animationDuration = 1000,
onHintShown,