Nice looking CSS3 animations, spinning a cube with content and pics, adding a class with animationsettings with javascript.
The javascript checks if the used browser supports animations and "preserve-3d" for the 3D-cube effect, the IE 10 and 11 do support animations but not "preserve-3d", for this case there will be executed a flat animation. Even if no CSS3-feature is supported, it will work (but with no animation), so it works even in the IE7.
Testet in all major browsers, on the old safari 4 it does not work porperly, for any suggestions of javascript detecting CSS3-Features which are different from my way just to read the CSS (and so if it is supported), let me know!
030post@web.de