I have an idea in my simple simple technical demo. It will have a good amount, maybe up to 100, various text labels with different turns and Z-orders. In addition, there will be constant animation, so the size, rotation and position of the labels will be changed.
This can be done using CSS3 or Canvas, as far as I can tell. The CSS3 approach should be more accessible, but are there any other real differences?
Edit: I also need to be able to place labels exactly with their center point.
source share