diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index b9569cc..a61b8df 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -90,7 +90,7 @@ export default function VideoCard({ video, onClick, className = "", hideOverlay if (window.innerWidth >= 768) { hintTimeoutRef.current = setTimeout(() => { setShowHint(true); - }, 300); + }, 200); const delay = 800; hoverTimeoutRef.current = setTimeout(() => { @@ -293,17 +293,16 @@ export default function VideoCard({ video, onClick, className = "", hideOverlay {/* Mouse scrub animation */} -