Apple.com’s iPhone 4S CSS animation explained
The “phone stage” contains all 6 “slides” of the animation sequence and has a
transition
CSS property with aduration
andtiming-function
(a cubic bezier curve). For the phone stage to cycle from one slide to the next, its CSStransform
property is updated with newtranslate
androtate
values.
Nifty.