I have created a menu button and when it opens it is fine. But I would like to set it up so that when you click on the menu button it closes as well. How would I do this?
In IX2 you can choose on mouse click and you will have on first click and on second click for adding your interactions. Use on second click to close the menu.
The problem I’m having is I have the Open Menu cover the whole screen, which is the look I’m going for. This also covers the menu button, so it is not clickable. Is there a way of making it clickable but still have the Open menu cover the whole screen. Thanks!
i am working also on this. My problem is that the menu is opening in first click perfect. closing perfect with the second click, but than, with the third click (open again) it doesn’t workng smoothly anymore.
Most likely because your show/hide intractions are inside the main sequence of action. They should stand by themselves. As in if you want to show your nav smoothly you do it as follows:
initial state of menu is hidden, opacity is 0
interaction plays first with making menu shown
then as a next action you make your menu gain opacity 100
To hide you do it in reverse:
first you make your nav to dissappear with opacity 0 and duration
then you hide it with show/hide option
These actions should be separate from each other not happen simultaneously (even if there is a delay)