From 480fa10e0b90ba907db04123f0791f8ba756ab65 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 16 Apr 2024 23:44:41 +0100 Subject: Add hovercards to "Reply To" (#3587) * Add hovercard for Reply To * Tweak durations --- src/components/ProfileHoverCard/index.web.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/ProfileHoverCard/index.web.tsx') diff --git a/src/components/ProfileHoverCard/index.web.tsx b/src/components/ProfileHoverCard/index.web.tsx index 763919103..467cbddc6 100644 --- a/src/components/ProfileHoverCard/index.web.tsx +++ b/src/components/ProfileHoverCard/index.web.tsx @@ -72,10 +72,10 @@ type Action = | 'unhovered-long-enough' | 'finished-animating-hide' -const SHOW_DELAY = 350 +const SHOW_DELAY = 400 const SHOW_DURATION = 300 -const HIDE_DELAY = 200 -const HIDE_DURATION = 200 +const HIDE_DELAY = 150 +const HIDE_DURATION = 150 export function ProfileHoverCardInner(props: ProfileHoverCardProps) { const {refs, floatingStyles} = useFloating({ -- cgit 1.4.1