NMoore-STEM / ASC-LLC-Redesign

Ananda Science Consulting webpage redesign
https://anandascience.com/
0 stars 0 forks source link

Portfolio Page Header Menu Button in MOBILE resolution #491

Closed NMoore-STEM closed 1 year ago

NMoore-STEM commented 1 year ago

Review script lines 60 - 127 - functions concerning navigation menu drop down. Although the intention was to close the menu when clicked off of menu and associated elements, it is causing an issue to where if the first click is made on initial page load, it carries out the .hide() method on the nav menu and forces the user to click twice on the menu button to get the nav menu to appear. It would be better to have the open menu animation reverse rather than using the .hide() method...

NMoore-STEM commented 1 year ago

Could not write menu functionality to close when clicking off menu. Will revisit this after pages go live sometime in the future. May reconsider taking a .focus() / .blur() approach to get this working. Must move on to other tasks and place this issue on much lower priority.