Is their an easy way to do this , I want to create some smooth UI transitions for my app.
Right now I use a very crude
script which basically just disables menu 1 and enables menu 2 . But I really want to do something cleaner then that - what I could do is get component on children for the panel object, and somehow grab the UI widget , then fade the Opacity out on each one . I'm not sure on how to start with this though ...