It looks like this is an oversimplification. The graphics and text are doing stuff independently of each other -- this illustrates that the graphics and text are moving together, and they're not.
I would be curious to see how that -- the graphics and text moving independently -- really works.
Of the five sentences on the page, the "oversimplification" aspect is specifically mentioned by one of them. "In the real version, the caption for each slide animates separately and the site degrades well in older browsers."
Apple's code is complex; my demo is simplified because I wanted the source code to focus only on the core idea of the animation -- the main phone stage that rotates and translates. All the other moving parts in the animation follow the same JS pattern as the phone stage: for each of the six states, there's a Slide object that contains JS objects that define the x, y, rotation, opacity, etc. for each element. These properties are applied to their respective elements when that state is transitioned to. See gallery.js.
I hope my 5000-foot view is a good starting point for those interested in exploring Apple's source code for further explanation.
A bit off topic - I find it surprising that the animations don't work in IE9. I'd've thought that the Microsoft user base is one Apple wants to get buying Apple products, and the iPhone is a good entry point.
Well, when Mozilla and others argued that "IE9 is not a modern browser", a lot of other people laughed at them because they thought IE9 doesn't need to support "many HTML5 specs", just a "a few good ones". Now you see the consequence of that. The reality is that IE9 is still about 2 years behind in HTML5 specs adoption, and you can easily tell that from the HTML5test.com site.
Also, IE9 is still a pretty niche browser version. If they were to find an alternative for IE9, then they might as well find one for IE8, which has a much larger market share.
I wanted to watch a Garageband video (which is, in my opinion, the "killer app" of the iPad. It is the one thing Android tablets have or could even have until some future version eliminates the horrific audio latency), only it demanded that I have Quicktime. I have no interest in installing Quicktime.
I would be curious to see how that -- the graphics and text moving independently -- really works.