Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/pb03/css-animations-demo
- Owner: pb03
- Created: 2019-02-21T18:09:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T18:32:11.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T12:41:43.403Z (6 months ago)
- Topics: animation, css, css-animations, transitions, vuejs
- Language: Vue
- Homepage:
- Size: 4.54 MB
- Stars: 72
- Watchers: 4
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```