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});
bump...
Your Answer
Think you can help? Login to answer this question!