---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-change-bounds-transition.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-change-bounds-transition.md
  - href: en/concepts/divs/2/div-change-bounds-transition.md
    type: text/markdown
    title: Markdown version
  - href: ../../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-change-bounds-transition
Element position and size change animation.

## Parameters
| Parameters | Description |
| --- | --- |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `change_bounds`.</p><p>Available platforms: Android, iOS, web.</p> |
| `duration` | <p>**int**</p><p>Animation duration in milliseconds.</p><p>Restriction for the value `x`: `x >= 0`.</p><p>Default value: `200`.</p><p>Available platforms: Android, iOS, web.</p> |
| `interpolator` | <p>**string**</p><p>Transition speed nature.</p><p>Possible values: `linear`, `ease`, `ease_in`, `ease_out`, `ease_in_out`, `spring`.</p><p>Default value: `ease_in_out`.</p><p>Available platforms: Android, iOS, web.</p> |
| `start_delay` | <p>**int**</p><p>Delay in milliseconds before animation starts.</p><p>Restriction for the value `x`: `x >= 0`.</p><p>Default value: `0`.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "change_bounds",
  duration: "int",
  interpolator: "string",
  start_delay: "int"
}
```
</details>
