Skip to content

fix(nav): shorten hover dropdown linger#7645

Open
txhno wants to merge 1 commit intolayer5io:masterfrom
txhno:fix/nav-tooltip-hover-duration
Open

fix(nav): shorten hover dropdown linger#7645
txhno wants to merge 1 commit intolayer5io:masterfrom
txhno:fix/nav-tooltip-hover-duration

Conversation

@txhno
Copy link
Copy Markdown
Contributor

@txhno txhno commented Apr 22, 2026

Description

  • shorten the desktop nav dropdown hover animation used around the MeshMap playground entry
  • limit the dropdown transition to quick opacity/transform timing instead of the longer generic nav transition

Related Issues

Changes Made

  • reduced the dropdown exit animation from 0.18s to 0.12s
  • reduced the dropdown open animation from 0.3s to 0.18s
  • replaced the dropdown's long 0.8s transition with a short dropdown-specific opacity/transform transition

Checklist

  • Changes tested locally
  • Code reviewed
  • Documentation updated (if necessary)
  • Unit tests added (if applicable)

Validation

  • npx --yes prettier --check src/sections/General/Navigation/navigation.style.js
  • verified the updated dropdown timing values in navigation.style.js

Signed-off-by: Roshan Warrier <Roshwarrier@gmail.com>
Copy link
Copy Markdown

@Yash-Raj-5424 Yash-Raj-5424 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 22, 2026

Preview deployment for PR #7645 removed.

This PR preview was automatically pruned because we keep only the 6 most recently updated previews on GitHub Pages to stay within deployment size limits.

If needed, push a new commit to this PR to generate a fresh preview.

@txhno txhno force-pushed the fix/nav-tooltip-hover-duration branch from 43917a4 to 060efa0 Compare April 22, 2026 12:07
@saurabhraghuvanshii
Copy link
Copy Markdown
Member

@txhno @Yash-Raj-5424 how both of you verified these changes?? Please attach video

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[UI] fix long duration for tooltip hover on meshmap playground

3 participants