> For the complete documentation index, see [llms.txt](https://docs.realmacsoftware.com/elements-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmacsoftware.com/elements-docs/using-elements/components/common-controls/transforms.md).

# Transforms

Transforms change a component’s visual position, scale, rotation, or skew without changing the space reserved for it in the document layout.

{% embed url="<https://youtu.be/BFDklORPBHA>" %}

### Type

**Type** is not responsive and defaults to None.

* **None** — Applies no transform classes.
* **Static** — Applies one set of transform values.
* **Hover** — Reveals Over and Start/End state controls.

### Hover Over and State

For Hover, **Over** defaults to Self. It can respond to Self, Parent, Container, Grid, Flex, or Custom ID.

Custom ID reveals a blank **ID** field. Enter the raw ancestor ID without `#` or `group/`.

**State** defaults to Start:

* **Start** — The resting transform.
* **End** — The transform applied while the target is hovered.

### Origin

**Origin** sets the point around which scale, rotation, and skew occur. It defaults to Centre and offers Centre, each side, and each corner.

### Transform Settings

Static and each Hover state provide:

* **Scale** — Defaults to 100%. Values below 100 shrink; values above 100 enlarge.
* **Rotate** — Defaults to 0 degrees and accepts positive or negative values.
* **Translate → Horizontal** — Defaults to `0px`.
* **Translate → Vertical** — Defaults to `0px`.
* **Skew → Horizontal** — Defaults to 0 degrees.
* **Skew → Vertical** — Defaults to 0 degrees.

Translate accepts valid CSS lengths such as `12px`, `1rem`, `10%`, or `-2vw`.

{% hint style="warning" %}
Transforms do not move neighbouring components. A translated or scaled component can overlap other content or extend beyond the viewport.
{% endhint %}

### Transitions

Add a [Transition](/elements-docs/using-elements/components/common-controls/transitions.md) to animate Hover transforms. Transforms usually work best with Apply to set to Transforms or Most Common.

### Custom ID Hover Groups

Container, Grid, and Flex automatically create the required hover group when an Advanced ID is set. Other parents must render the matching `group/your-id` class.

<figure><img src="/files/kuP7QrdiygMvLu6Oryi7" alt="Transform controls for origin, scale, rotate, translate, and skew"><figcaption><p>Transforms can be static or have separate Start and End values.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.realmacsoftware.com/elements-docs/using-elements/components/common-controls/transforms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
