Hello,
I’ve been playing with an App design and wondered if it is possible to alter the transition animations between screens in an app that uses Hierarchical Navigation? The default is slide in, is there a list of choices available? Hoping for a ‘pop’ in or ‘appear’ or the appropriate documentation to experiment with it.
Still also trying to solve the text issue on buttons so that it stays relative to the button when it is in landscape or portrait mode:
https://www.fusetools.com/community/forums/general/multiple_buttons_with_background_images
Hierarchical Navigation animation code:
<Style>
<Page>
<EnteringAnimation>
<Move X="1" RelativeTo="ParentSize" />
</EnteringAnimation>
<ExitingAnimation>
<Move X="-1" RelativeTo="ParentSize" />
</ExitingAnimation>
</Page>
</Style>