4.6 GUI Rect Tranform Position Animation

31621-c68280d2-9111-4f05-ba63-93a7eadc83a4.jpg

It seems that the x and y position of a Rect Transform cannot be modified in the animation window.
This is probably because GUI uses a quirky way to maintain its relative position in the screen.
So now how do I change the position of a Rect Transform? For example I want a GUI element to “jump” every time it’s clicked.

The legacy GUI allows this kind of change, however I do not want to use it.

Thanks for reading this.

From my brief experience in beta17, you have to change the anchoredPosition.
Changing the transform position doesn’t seem to have any effect.