Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pb03/css-animations-demo

Live Demo: https://pb03.github.io/css-animations-demo/
https://github.com/pb03/css-animations-demo

animation css css-animations transitions vuejs

Last synced: 3 months ago
JSON representation

Live Demo: https://pb03.github.io/css-animations-demo/

Awesome Lists containing this project

README

        

# CSS Animations Demo

This is a music player app built using [Vue.js](https://vuejs.org/). This demo is made for the article [Writing Animations That Bring Your Site to Life](https://css-tricks.com/writing-animations-that-bring-your-site-to-life) pubslished on CSS-Tricks.

Ckeckout live! https://pb03.github.io/css-animations-demo/

![Demo](https://github.com/pb03/css-animations-demo/raw/master/demo.gif)

### Project setup
```
yarn install
```

#### Compiles and hot-reloads for development
```
yarn run serve
```

#### Compiles and minifies for production
```
yarn run build
```