I just stumbled accross the apple page for the iPad case and they have this cool animation where you click and drag and the case rolls off and under the iPad.
Looking at the source, each frame of the animation is a different picture.
How have they done this? Its very cool and backward compatible.
I thought they were perhaps using separate PNGs for the cover and iPad in order to achieve transparency, so was wondering about the network overhead/filesize for each frame.
However, now I realise that JPEGs are being used, allowing the faster load time.
Quite a cool effect, although wouldn't a sprite file have been a better choice instead of individual frames?