No, the problem is that it does not properly make a third menu layer invisible when exiting the menu. Most of the current themes don't do that actually.
Sent from my SM-G920F using Tapatalk
How do I accomplish that? Would like to add that to my theme as well so would be helpful as I am sure mine does the same thing.
RetroFE takes the first menu entry for menu index 0, the second for menu index 1, etc.
Take the layout.xml for this theme for instance:
- Under comment menuIndex 0, it defines a menu that fades out when exiting menuIndex="0", and fades in when entering menuIndex="0"
- Under comment menuIndex 1, it defines a menu that fades out when exiting menuIndex="1", and fades in when entering menuIndex="1"
You could simply add another menu entry below that that fades out when exiting menuIndex="2", and fades in when entering menuIndex="2".