1
0
mirror of https://github.com/cssanimation/css-animation-101.git synced 2025-01-17 14:58:14 +01:00
css-animation-101/README.md

58 lines
2.9 KiB
Markdown
Raw Normal View History

2018-11-24 13:39:37 +00:00
# CSS Animation 101
2018-11-24 13:32:16 +00:00
2018-11-24 13:37:33 +00:00
![](https://github.com/cssanimation/css-animation-101/raw/master/images/cover-small.png)
2018-11-24 13:35:03 +00:00
2018-11-24 13:32:16 +00:00
Animation using CSS can be overwhelming to learn all at once.
2018-11-30 11:15:13 +11:00
This book gives you a solid introduction to the topic, combining theory with practical lessons. Youll learn how, and why to use animation on your web pages and hopefully be inspired to try it on your own projects!
2018-11-24 13:32:16 +00:00
2018-11-29 16:31:50 +00:00
## Download
2018-11-24 14:34:31 +00:00
2018-11-24 14:38:45 +00:00
* [ePub version](https://github.com/cssanimation/css-animation-101/raw/master/downloads/epub/cssanimation-101.epub)
2018-11-24 15:49:44 +00:00
* [PDF version](https://github.com/cssanimation/css-animation-101/raw/master/downloads/pdf/cssanimation-101.pdf)
2018-11-24 14:34:31 +00:00
* [Web version](https://cssanimation.rocks/css-animation-101/)
2018-11-24 13:32:16 +00:00
Find more including free tutorials and other courses at [CSSAnimation.rocks](https://cssanimation.rocks).
2018-11-27 13:39:16 +00:00
## More CSS Animation stuff
2020-11-30 06:30:51 +00:00
I have a great [video course on CSS Animation](http://courses.cssanimation.rocks/p/level-up/) you should totally check out. You'll find it a practical guide to building and animating all sorts of parts of a landing page.
2018-11-27 13:39:16 +00:00
I also send out a free weekly [CSS Animation newsletter](https://cssanimation.rocks/weekly/). Sign up and get an email of cool inspiration in your inbox each week.
Lastly, if you want to help me with the above, consider [being a CSS Animation patreon](https://www.patreon.com/cssanimation). I've been running the newsletter for approaching 3 years and will continue to do so thanks to the support of people like you!
2018-12-26 12:29:24 +00:00
## Translations
2018-12-31 17:32:47 +00:00
Want to create a translation? Some tips:
* Fork this repo and rename it `css-animation-101-xx` where `xx` is your language code, such as `cn` or `ru`
* Translate the `chapters` content as well as the meta information
* Don't forget the `ReadMe` file also. Be sure to include a link back to this repo and the site CSSAnimation.rocks.
* Let me know [on Twitter](https://twitter.com/cssanimation) or [by email](mailto:donovan@cssanimation.rocks) and I'll link your work from here
2018-12-26 12:29:24 +00:00
You can find this book in the following languages:
### 中文 (Chinese)
[Source files](https://github.com/H-Wakanda/css-animation-101-cn)
2018-12-31 10:10:44 +00:00
* [ePub version](https://github.com/H-Wakanda/css-animation-101-cn/raw/master/build/epub/book.epub)
* [Web version](https://h-wakanda.github.io/css-animation-101-cn/)
### العربية (Arabic)
* [PDF version](https://github.com/cssanimation/css-animation-101/raw/master/downloads/translations/arabic/CSS-Animation-Arabic.pdf): Translated by [@HsoubAcademy](http://academy.hsoub.com)
2018-11-29 16:31:50 +00:00
## Contributing
2020-11-30 06:30:51 +00:00
I love to get feedback, even if just to helpfully point out a typo! Pull requests welcomed, or else you can message me [on Twitter](https://twitter.com/cssanimation) or [by email](mailto:donovan@cssanimation.rocks).
2018-11-29 16:31:50 +00:00
2018-11-24 13:32:16 +00:00
## Technical details
This book is generated with [Pandoc book template](https://github.com/wikiti/pandoc-book-template).
## License
[Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/)