Hi
As a transition between menus I use a big image that translates vertically to hide the screen completely so that I can change what is displayed behind. The image I use has three time the height of the screen. The problem is that the root canvas hides the part of the image that is outside of it so that when the image is translated, only a small part of the image is displayed.
Is there a way to avoid that? The only solution I found is to cut the image in several part and translate the part independently.