System.gui.transform in perspective

Hello
I used to use system.gui.transform to create some animation effect in vision but in perspective this function is remove.
Is there any replacement or should I use new method to create moving effect?
What about rotating and scaling a shape?

In perspective, the location attributes (x, y, width, height and rotation) are directly accesible. So you can modify them like any other binding.

If you want true animations, you will probably have to use CSS:

3 Likes