How to animate Navgroup window? or Tabgroup window?

You must Login before you can answer or comment on any questions.

Hi. I am not getting how to animate Navgroup or Tabgroup window?

After reading a bit on the forum, people are saying Tabgroups can not be animated. So switched over to navgroup.

Now the problem is, I cant figure out where to specify the animation type for the navgroup.open(win) function

Can someone help me please?

2 Answers

navGroup.open(win, {animated:true});
Works the same for TabGroups, like so:
tabGroup.open(win, {animated:true});

— answered 2 years ago by Colton Arabsky
answer permalink
3 Comments
  • Thanks, So for a tabgroup or navgroup animation, can I also specify the type of animation? If yes, where is the animation defined?

    — commented 2 years ago by Sajid Saiyed

  • Also my question was more about how to animate the new tab when you set it: Ti.UI.currentWindow.tabGroup.setActiveTab(1);

    — commented 2 years ago by Sajid Saiyed

  • any suggestion??

    — commented 2 years ago by Sajid Saiyed

Your Answer

Think you can help? Login to answer this question!