I am interested in creating a radial menu using CSS3 transforms animations, similar to the example shown on this Wikipedia page or the flash version demonstrated on this website. Although there is a jQuery implementation available using canvas called Radmenu, I found it not as smooth as the flash version.
My first question is: Is it possible to achieve this using only 2D transforms and animations to ensure compatibility with more platforms?
Secondly, where can I find resources to help me implement a complex menu like the one seen in the flash example, as most CSS3 tutorials focus on basic transformations of simple objects?