> For the complete documentation index, see [llms.txt](https://kinemation.gitbook.io/fps-animation-framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinemation.gitbook.io/fps-animation-framework/fundamentals/animation-system/animsequence.md).

# AnimSequence

<mark style="color:purple;">**AnimSequence**</mark> is an animation asset, which includes animation clip and settings for blending. To create a new one right-click <mark style="background-color:blue;">**Create->FPS Animator->AnimSequence.**</mark>

{% hint style="success" %}
**Tip:** you can also select multiple animations, and do the same to simplify the process and automatically create AnimSequences for your animations.
{% endhint %}

<figure><img src="/files/TEtkS4G9pvBjeWShh7jN" alt="" width="312"><figcaption><p>Example asset from the demo</p></figcaption></figure>

* **Clip** - your animation clip.
* **Spine Rotation** - rotation offset applied to the spine root when animation is played.
* **Mask** - what bones will be animated. If null - the upper body will be used instead.
* **Blend Time** - defines time to blend in and out in seconds.
* **Curves** - list of the curve parameters, which will be modified in runtime.

<mark style="color:purple;">**AnimSequence**</mark> is used for playing animations and static poses. Let's see a difference between a static pose and an animation.

{% hint style="success" %}
**Tip:** static poses need only a Clip and a Blend Time to be specified. Everything else is ignored by the system.
{% endhint %}

{% tabs %}
{% tab title="Static Pose" %}

<figure><img src="/files/baEHSum34GUcAjnztt5o" alt="" width="315"><figcaption></figcaption></figure>

**Note:** only Clip and Blend Time is specified.
{% endtab %}

{% tab title="Animation" %}

<figure><img src="/files/TEtkS4G9pvBjeWShh7jN" alt="" width="312"><figcaption></figcaption></figure>

All fields are specified.
{% endtab %}
{% endtabs %}

This is how the static pose animation clip looks like:

<figure><img src="/files/oHFsyufdkgfav725NYjW" alt="" width="377"><figcaption><p>Single-frame animation</p></figcaption></figure>

{% hint style="success" %}
**Tip:** you can create a static pose for your weapon by duplicating a reloading animation and deleting all frames except the first one.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://kinemation.gitbook.io/fps-animation-framework/fundamentals/animation-system/animsequence.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.
