> 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/core-components/animation.md).

# Animation

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

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

```java
new Animation(String animationName, SpriteSheet frames, int speedInMillisecond);
```

{% endtab %}

{% tab title="Methods" %}

```java
getAnimationName(); // Returns String

getCurrentFrame(); // Returns BufferedImage
```

{% endtab %}
{% endtabs %}
