> For the complete documentation index, see [llms.txt](https://fast-studios.gitbook.io/press-e/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fast-studios.gitbook.io/press-e/manual/components/lerps/transform.md).

# Transform

Lerp that applies a **full Transform state**.

* **What is going to affect**: applies **position**, **rotation**, and **scale** in **local** or **global** space.
* **Destination**: the `Transform` holding the **final state** (pos/rot/scale) to lerp to.

### Settings

* **Change Position** — when on, the lerp **changes position**.
* **Change Rotation** — when on, the lerp **changes rotation**.
* **Change Scale** — when on, the lerp **changes scale**.

### Curves

* **Override Position Curve** — use a specific **animation curve** for **position**.
* **Override Rotation Curve** — use a specific **animation curve** for **rotation**.
* **Override Scale Curve** — use a specific **animation curve** for **scale**.
