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
- Host: GitHub
- URL: https://github.com/andreystarkov/animejs-svg-logo-animation
- Owner: andreystarkov
- Created: 2019-01-17T13:58:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T03:01:18.000Z (over 6 years ago)
- Last Synced: 2024-12-26T21:08:24.707Z (5 months ago)
- Topics: animation-demo, animation-library, animations, animejs, react, react-animation, svg-animation
- Language: JavaScript
- Homepage: http://stepiveter.ru/
- Size: 34.2 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anime.js SVG Logo Animation Demo

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

## 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/)