Learning CSS3 Animations and Transitions: A Hands-on Guide to Animating in CSS3 with Transforms, Transitions, Keyframes, and JavaScript
by Alexis Goldstein
Preface
Welcome aboard Learning CSS3 Animations! We’re so glad you’ve joined us for a journey through all the fun that CSS animations can bring. This practical, example-driven text explains the basics of CSS animations and how you can use them, and it provides you with plenty of examples both simple and complex in order to give you many jumping-off points for your own code. You will explore examples that are purely HTML and CSS driven, as well as examples that make use of JavaScript and jQuery to serve as animation triggers or to add interactivity to the page.
CSS3 has brought with it a wave of new ways to add life, movement, and neat effects to your sites. These can be simple enhancements to existing pages, or they can be rich, complex animations ...