# 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 %}
