Perspective: animate the changing of position and size of a component

I want to animate a component moving across the screen within a Coordinate Container. However, perspective does not have access to the system.gui.transform() built-in function for animating changes in position and size. Is there currently a way to do this in Perspective? It would be so simple to do with css but the Style Animation does not include ways to change the position and size...
Thanks

Simplest option: use a View Canvas.
https://docs.inductiveautomation.com/display/DOC81/Perspective+-+View+Canvas

More powerful option: use the 'advanced stylesheet' and set up your own keyframes & animation properties:

1 Like

I was on an older version of Perspective so I had no idea about the Advanced Stylesheet! This is exactly what I was looking for. Cheers