December 2012
Beginner to intermediate
264 pages
7h 5m
English
CSS3 animations have gained enormous interest and popularity, in part due to the lack of support for traditional Flash animations in mobile devices such as the iPhone. This chapter introduces the tools this book uses to deal with browser support. It reviews how to use the Modernizr JavaScript library to ensure that older browsers are notified of missing content and nudge users toward a newer browser. This chapter also reviews other tools and resources that make development easier.
The effects available with CSS3-driven animations can typically be achieved through other means, such as JavaScript-based animations and Flash®. So why use CSS3 animations?
Like much of HTML5, the CSS3 animations ...