Hi,
I am trying to do a simple nav that starts as a 'burger', animates to a cross and opens the menu on the right.
I would then i would like it to change back to a burger and hide menu if the cross is clicked or an item in the menu is clicked.
Does this involve switching between the onClick="menuIn()" and onClick="menuOut()" like they mention in this forum?
http://stackoverflow.com/questions/5303899/change-onclick-action-with-a-javascript-function
Am i even close?
Thanks for any help,
Phil