# animation-player
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/enheit/animation-player/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/animation-player.svg?style=flat)](https://www.npmjs.com/package/animation-player) [![Build Status](https://travis-ci.org/enheit/animation-player.svg)](https://travis-ci.org/enheit/animation-player) [![Codecov Coverage](https://img.shields.io/codecov/c/github/enheit/animation-player/master.svg?style=flat-square)](https://codecov.io/gh/enheit/animation-player/)

<p align="center">
  <img src="assets/logo.png" width="100px" height="100px">
</p>

The animation player for JavaScript

## Table of Contents

1. [Installation](#instalation)
2. [Examples](#examples)
3. [Documentation](#documentation)
4. [API Reference](#api-reference)
5. [License](#license)

## Instalation

```
npm install --save animation-player
```

## Examples

![Capture](https://user-images.githubusercontent.com/8645216/68547649-8e225000-03ec-11ea-905b-9f5b3daa5eda.PNG)


[![Edit sleepy-mendel-r0o7w](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/sleepy-mendel-r0o7w?fontsize=14)


## Documentation

The documentation has been moved to the [Wiki](https://github.com/enheit/animation-player/wiki)

## API Reference

See [API Reference](https://github.com/enheit/animation-player/wiki/API-Reference)


## License
animation-player is [MIT licensed](https://github.com/enheit/animation-player/blob/master/LICENSE)
