I don't really understand what this is about, it sounds like flash which Safari Supports. Can someone explain? Thanks!![]()
Basically this is allowing animation of layers and objects on a webpage to be animated via css (you will have to read up on css if you want more information).
unlike flash a css animation does not require a a file such as an .swf to be embedded in the page, it can target any layer, frame, table, image, text etc on a webpage for animation.
This means accessability software for blind people can still use the site without having an extra non-flash page made up for example. It also means smaller filesizes and a cutting down on pre-loaders (the "now loading" things).
Instead of a seperate plugin, if this makes standard then every web browser will be expected to have built-in rendering, once again cutting down on loading times, drive space etc
Currently it is as cpu intensive as flash, but it should be optimised before completion to significantly cut down on resource use. At the moment it seems to be running a "use all available resources" setting.
With the way css works you could also be able to easily add such features to a current website or have the ability for users to be able to choose the level of animation and interactivity of a page without having to create seperate physical pages. Much like the ability to allow users to choose a style or theme for the site (once again for usually used for accessability in the case of colourblindness).
This will cut down on the need for javascript, applets and embedded objects on pages effectively streamlining webpages into a more rebust package.
This really is much more to this than you see here at face value. As a designer i am eagerly awaiting the chance to build more interactive and intuitive sites with all that html5 and future css has to offer.