# Animation

<figure><img src="/files/HJODqmwQwdIGCS6ECEko" alt="" width="375"><figcaption></figcaption></figure>

### Frame navigation looping

If this option is enabled, if we're on the first frame and we try to select the previous frame (either via the header button or swiping), it will select the last one. The same applies to the last frame.

### Manual navigation ignores tags

Enable this option so that when we navigate the frame (top buttons on the timeline panel or [Drawing](/settings/drawing.md#swipe-navigation)), it will ignores the tags.

### Onion skin

1. Backward count - How many of the previous frames will be displayed
2. Forward count - How many of the next frames will display be displayed
3. Opacity - The opacity of the closest frame to the current frame
4. Opacity step - The amount of opacity will be deducted each frame away from the current frame
5. Per layer - Whether or not to only show onion skin for the selected layers
6. Looping - Whether or not to loop the last frame to the first frame or vice versa
7. Backward tint - Tint color that will be applied to previous frames
8. Forward tint - Tint color that will be applied to next frames

{% hint style="info" %}
If we don't want any tint, we can set those colors to white.
{% endhint %}


---

# 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.pixquare.art/settings/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.
