-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using Safe triangle to improve submenu navigation (#3536)
* feat(safe triangle): implement safe triangle pattern into the mainnav subnavigation * feat(safe triangle): define cursor positions * feat(safe triangle): track initial safe start * feat(safe triangle): remove event listener from rerender * feat(safe triangle): delay safe triangle * feat(safe triangle): remove debug code * feat(safe triangle): improve changeset description * feat(safe triangle): clean up * feat(safe triangle): remove safe triangle delay * feat(navbar): introduce animation delay * feat(navbar): remove unused type casting * feat(navbar): export type and reuse * feat(navbar): distinguish function names properly --------- Co-authored-by: Ddouglasz <[email protected]>
- Loading branch information
Showing
5 changed files
with
119 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@commercetools-frontend/application-shell': minor | ||
--- | ||
|
||
Introduce the safe triangle pattern in the main navigation sub navigation to improve diagonal cursor navigation between menu items. This will help users easily navigate diagonally from the main menu item to a submenu item without the submenu closing before the cursor reaches it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters