An open API service indexing awesome lists of open source software.

https://github.com/andreystarkov/animejs-svg-logo-animation

easy svg logo animation with anime.js
https://github.com/andreystarkov/animejs-svg-logo-animation

animation-demo animation-library animations animejs react react-animation svg-animation

Last synced: 4 months ago
JSON representation

easy svg logo animation with anime.js

Awesome Lists containing this project

README

        

# Anime.js SVG Logo Animation Demo

![Anime.js SVG Animation Demo 1](misc/1.gif)

My good old friend asked me for some help with this logo.
So i didn't missed the chance to create fresh simple animation demo.
It uses hottest version of [Anime.js](https://animejs.com/) (3.x)
This lib keeps killing it. Just [check its new docs](https://animejs.com/documentation/).

## Its so easy

![Anime.js SVG Animation Demo 1](misc/2.gif)

## Usage

This demo created with create-react-app.
[Check out prevous Anime.js demo](https://github.com/andreystarkov/animejs-svg-experiment)

[Node.js](https://nodejs.org/en/) is required to run this demo locally.

To run this project locally just clone the repo and run:

```bash
npm install
npm start
```

[Online demo](http://stepiveter.ru/)