Self animation before opening window
Hi
I have 3 tabs with 2 windows.
Every time I click on the tab, the relevant window opens.
Is there a way to animate the opening of the window programmatically using:
- Titanium.UI.currentTabGroup.setActiveTab(Titanium.UI.currentTabGroup.tabs[index]);
or
- At the window js script end; before the displaying of the window?
Thanks!