Hi.
This tutorial is for Material Design UI Kit Plugin by Andrea Purracchio owner.
This is a very basic example that you can improve and customize as you want (with animations as well).
-
You must manage page navigation in only ONE bubble/web page.
-
The pages that you need to navigate are invisible Groups that you can view in a peculiar condition.
-
Add MDUI-Tabs component and create a structure tree like in the image below.
-
Populate MDUI-Tabs component with appropriate captions like this…
-
Add a state in index (for instance) page, named “selected_tab” (or everything you want) as a number and with default value to 1.
- Set all your Groups used like tabs, invisible and add to they a condition that can set they visible when “selected_tab” is a proper number.
- Create a workflow that use the MDUI-Tabs is changed action and set index’s selected_tab to MDUI-Tabs’s index state.
All done !!!
You can separate workflow for each MDUI-Tabs’s index and do something for each number like animation …for instance.
Let me know your doubts! Bye!