Add hovercards to "Reply To" (#3587)
* Add hovercard for Reply To * Tweak durations
This commit is contained in:
parent
1e26654a9b
commit
480fa10e0b
3 changed files with 20 additions and 15 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue