release: v3.0.0
This commit is contained in:
@@ -109,7 +109,7 @@ export const useTouchGestures = (containerRef: MutableRefObject<HTMLDivElement |
|
||||
feedback.style.color = 'white'
|
||||
feedback.style.fontSize = '48px'
|
||||
feedback.style.pointerEvents = 'none'
|
||||
feedback.style.animation = 'fadeOut 0.5s ease-out forwards'
|
||||
feedback.style.animation = 'sp-fade-out 0.5s ease-out forwards'
|
||||
feedback.textContent = isLeft ? `« ${doubleTapSeekSeconds}s` : `${doubleTapSeekSeconds}s »`
|
||||
|
||||
container?.appendChild(feedback)
|
||||
|
||||
Reference in New Issue
Block a user