The properties of the Position class allow you to specify the coordinates of the current position of the animation, and optionally define expressions for dynamic positioning.

The position of the animation is defined by specifying the coordinates of the upper left corner of the object in pixels.

The coordinate system has its origin (0,0) in the upper left corner of the page. If the animation belongs to a group, the coordinate system has its origin (0,0) in the upper left corner of the group, regardless of the group position on the page.

The properties of the group Position allow to dynamically change the position of the animation according to the value of one or more variables.


Note: the current position of the object can be more easily modified by simply dragging it with the mouse in the desired position.



Left

Horizontal coordinate of the upper left corner


Left (Expression)

Specifies an expression that controls the horizontal position of the object.

If you do not specify this expression then the horizontal position of the animation is not altered.


Top

Vertical coordinate of the upper left corner


Superior (expression)

Specifies an expression that controls the vertical position of the object.

If you do not specify this expression then the vertical position of the animation is not altered.