> For the complete documentation index, see [llms.txt](https://kree.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kree.gitbook.io/documentation/gameobject-components/animator.md).

# Animator

This component lets you add and control animations to your GameObjects

> Component Author: [Jabo](https://github.com/jabo-bernardo)\
> Release Date: April 11, 2020

{% tabs %}
{% tab title="Usage" %}

```java
new Animator(Animation[] listOfAnimation)
```

{% endtab %}

{% tab title="Methods" %}

```java
setActiveAnimation(String animationName);
```

{% endtab %}
{% endtabs %}
