An Introduction To CSS3 Keyframe Animations
smashingmagazine.com
An Introduction To CSS3 Keyframe Animations
1–8 of 8 posts
Re: An Introduction To CSS3 Keyframe Animations
#2Re: An Introduction To CSS3 Keyframe Animations
#3Is it possible to animate the sun on an arcing path using keyframes?
Re: An Introduction To CSS3 Keyframe Animations
#4Re: An Introduction To CSS3 Keyframe Animations
#5As much as I love CSS, I could never see myself using any of this technology because jQuery (and many other JS frameworks) can do this with less code, simpler syntax and more browser coverage.
Re: An Introduction To CSS3 Keyframe Animations
#6As much as I love CSS, I could never see myself using any of this technology because jQuery (and many other JS frameworks) can do this with less code, simpler syntax and more browser coverage.
The Smashing Magazine article is not using the shorthand declarations for -webkit-animation, which would compact it much more.
Give it a spin, you will be pleasantly surprised, especially when it comes to tiggering the animation (with :hover).
You are right that browser coverage is a joke, but support is there in FF Aurora (who knows about IE10).
Re: An Introduction To CSS3 Keyframe Animations
#7Is it possible to animate the sun on an arcing path using keyframes?
This is the first time I've tried using CSS3 animations and I managed to do it: http://jsfiddle.net/cmCfP/
Re: An Introduction To CSS3 Keyframe Animations
#8As much as I love CSS, I could never see myself using any of this technology because jQuery (and many other JS frameworks) can do this with less code, simpler syntax and more browser coverage.
Though I love jQuery.animate(), it just can't match the GPU-rendering speed on CSS3 transitions and animations. If you can afford the development time, it's absolutely worth it.