---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-transform.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-transform.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-transform
Transformation of the element.

## Parameters
| Parameters | Description |
| --- | --- |
| `pivot_x` | <p>**object**</p><p>X coordinate of the rotation axis.</p><p>The value has the type `div-pivot`.</p><p>Default value: `{"type": "pivot-percentage","value":50}`.</p><p>Available platforms: Android, iOS, web.</p><p>List of possible values:<li>[div-pivot-fixed](div-pivot-fixed.md#div-pivot-fixed)</li><li>[div-pivot-percentage](div-pivot-percentage.md#div-pivot-percentage)</li></p> |
| `pivot_y` | <p>**object**</p><p>Y coordinate of the rotation axis.</p><p>The value has the type `div-pivot`.</p><p>Default value: `{"type": "pivot-percentage","value":50}`.</p><p>Available platforms: Android, iOS, web.</p><p>List of possible values:<li>[div-pivot-fixed](div-pivot-fixed.md#div-pivot-fixed)</li><li>[div-pivot-percentage](div-pivot-percentage.md#div-pivot-percentage)</li></p> |
| `rotation` | <p>**number**</p><p>Degrees of the element rotation. Positive values used for clockwise rotation.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  pivot_x: div-pivot,
  pivot_y: div-pivot,
  rotation: "number"
}
```
</details>
