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

# div-translation-transformation
Преобразование сдвига.

## Параметры
| Параметры | Описание |
| --- | --- |
| `type` | <p>**string**</p><p>Обязательный параметр.</p><p>Значение всегда должно равняться `translation`.</p><p>Доступные платформы: веб.</p> |
| `x` | <p>**object**</p><p>X-координата сдвига.</p><p>Значение имеет тип `div-translation`.</p><p>Доступные платформы: веб.</p><p>Список возможных значений:<li>[div-fixed-translation](div-fixed-translation.md#div-fixed-translation)</li><li>[div-percentage-translation](div-percentage-translation.md#div-percentage-translation)</li></p> |
| `y` | <p>**object**</p><p>Y-координата сдвига.</p><p>Значение имеет тип `div-translation`.</p><p>Доступные платформы: веб.</p><p>Список возможных значений:<li>[div-fixed-translation](div-fixed-translation.md#div-fixed-translation)</li><li>[div-percentage-translation](div-percentage-translation.md#div-percentage-translation)</li></p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "translation",
  x: div-translation,
  y: div-translation
}
```
</details>
