Transforms change the position, size, rotation, or skew of an element. All transforms are applied relative to the element's anchor point (also called the transform origin).
The anchor point is the pivot for all rotation and scale operations. By default it is at the geometric center of the element.
Animation Note: Changing the anchor point after animation has been set will affect how rotation and scale animations behave. Always set the anchor point before keyframing rotational or scale animation.
Position is the X/Y coordinate of the element's anchor point relative to the canvas origin (top-left = 0,0).
Tab to move to the next field; press Enter to confirm.+ or - to enter a relative change. Example: typing +50 in the X field moves the element 50px to the right.Shift+Arrow moves by 10px.Shift while dragging a corner handle to maintain the aspect ratio.Alt while dragging a handle to resize symmetrically from the anchor point.Rotation is applied around the element's anchor point in degrees.
Shift while rotating to snap to 15° increments.Scale transforms the element proportionally or non-proportionally.
This is equivalent to the Flip Horizontal / Flip Vertical commands.
Skew applies a shear transformation along the X or Y axis, creating a parallelogram-like distortion.
Skew is expressed in degrees. Range: -85° to 85°.
The element-level opacity setting controls the overall transparency of the entire element — all fill layers, stroke, and shadow composited together — before the element is blended with the layers below.
Range: 0% (completely transparent) to 100% (fully opaque).
Element opacity is distinct from fill layer opacity (which controls only that fill layer) and from blend mode (which controls how the element interacts with what is beneath it).