+However, this solution is not completely foolproof for `MenuLayer` either, which uses a transition fade when backing out of submenus like `CreatorLayer`. The most reliable solution is adding the popup in a function like `onEnterTransitionFadeFinished`, however be aware that most functions do not have a custom implementation of this function, which means that you cannot hook it directly. A potential workaround is to create a custom `CCNode` class, which implements this function, and add it to the given layer in `init`.
0 commit comments