Hi!
I'm currently working a lot with NGUI, and I seem to be running into the same problem over an over, so I decided that I better ask for some help.
Right now I'm making a minimap, which is square and sitting in top right corner without margin, and it's achored to the UIRoot like this:
Left -> Right
Right -> Right
Bottom -> Top
Top -> Top
Idea is for the minimap to enlarge into a large centered version, which is anchored to the UIRoot like this:
Left -> Center
Right -> Center
Bottom -> Center
Top -> Top
I got both positions down, and their anchor settings + the screen height calculation, in order to size it properly.
How can I best make a smooth transition between these two positions, which has different anchor settings?

Any help would be greatly appreciated!
Cheers,
Seizon