How to make the stacked icons on the bottom appear on a press of an icon and dissapear if that icon is pressed again

Hi Goma! So there are many ways to do this, the best approach is to probably follow the FAB tutorial and just use horizontal icons instead of vertical, general rule is the following:

  • You create a switch global called "menu" or whatever you like
  • You position your icons and then you add an animation based on a global switch ("menu") so then they move out of screen when switch is on/off
  • You add a touch action that switches that global when you want to open / close the menu
  • Optionally if you want to close the menu also when one of the icons in the bar is touched add that switch action to all the menu buttons as well as a secondary action