Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jh3y/a-guide-to-css-animation

Demo code for "A Guide to CSS Animation"
https://github.com/jh3y/a-guide-to-css-animation

animation css css-animation css-animation-effects css-animation-timmings css-animations

Last synced: 18 days ago
JSON representation

Demo code for "A Guide to CSS Animation"

Awesome Lists containing this project

README

        

# A Guide to CSS Animation (Demo Code)

![A Guide to CSS Animation](https://cdn-images-1.medium.com/max/800/1*YMIFMQyYdSkmGAus_VZiPw.gif)

This is the demo code for "A Guide to CSS Animation"

* [A Guide to CSS Animation - Part 1](https://medium.com/@jh3y/a-guide-to-css-animation-part-1-8777f5beb1f8)
* [A Guide to CSS Animation - Part 2](https://medium.com/@jh3y/a-guide-to-css-animation-part-2-2cd422f78567)
* [A Guide to CSS Animation - Part 3](https://medium.com/@jh3y/a-guide-to-css-animation-part-3-2e497110119)

## Getting started
You'll want to run `make setup`, `yarn`, or `npm i` to get started. This will install `browser-sync` locally so you can serve the demos on localhost.

Once installed, run `make serve` from the root of the repository.

Any changes you make to code in the `public` directory will be automatically reflected in the browser with live reload goodness! 😋

## License
MIT

---

Any problems or questions, feel free to post an issue or reach out!

@jh3y 2018 :smile: