# Size and position animation

## Size and position animation

<div align="left"><img src="/files/-MIxukO5ImP1oufmPiK_" alt=""></div>

1. Select widget&#x20;
2. Select Insert > Action
3. Double click Action cell on highlighted row in Actions Editor
4. Select Actions > Animation > Set size and position
5. Enter value for lt and rb arguments:
   * Enter distance from left or top edge in Value field for lt argument
   * Enter distance from right or bottom edge in Value field for rb argument

To restore resized widget to its previous size:

1. Select widget&#x20;
2. Select Insert > Action
3. Double click Action cell on highlighted row in Actions Editor
4. Select Actions > Animation > Set size and position cancel

## Maximize

<div align="left"><img src="/files/-MIxukNyJU6S5Lv2rmvm" alt=""></div>

To maximize widget to fullscreen:

1. Select widget&#x20;
2. Select Insert > Action
3. Double click Action cell on highlighted row in Actions Editor
4. Select Actions > Animation > Maximize

## Minimize (already maximized)

<div align="left"><img src="/files/-MIxukO-FlHcmSRQrIQ7" alt=""></div>

To restore maximized widget to its previous size:

1. Select widget&#x20;
2. Select Insert > Action
3. Double click Action cell on highlighted row in Actions Editor
4. Select Actions > Animation > Minimize

## Toggle maximize

<div align="left"><img src="/files/-MIxukOBQ9cRHktC13h4" alt=""></div>

This action maximize widget if it's minimized and minimize if it's maximized.

1. Select widget&#x20;
2. Select Insert > Action
3. Double click Action cell on highlighted row in Actions Editor
4. Select Actions > Animation > Toggle maximize


---

# Agent Instructions: 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:

```
GET https://docs.flipabit.dev/animation/size-and-position-animation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
