mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Don't wait as long to hint that you can scroll
This commit is contained in:
parent
99f06d3bfc
commit
1d10f7a1f4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ type UseScrollHintOptions = {
|
|||
export function useScrollHint({
|
||||
containerRef,
|
||||
enabled,
|
||||
delayMs = 5000,
|
||||
delayMs = 2000,
|
||||
scrollAmount = 80,
|
||||
animationDuration = 1000,
|
||||
onHintShown,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue