CSS3 Keyframe Animations
Jun 16, 2011 | In CSS, Tutorials |CSS3 keyframe animations attempt to add animation support to CSS, so that Javascript doesn’t have to be used anymore to animate elements. Unfortunately, the only desktop web browsers that can support this are webkit-based ones, and the mobile devices with support are iPhones 3.2+, and Android 2.1+. Here’s some sample syntax: What this does: It […]