Which one: css transform property or custom xml3D <transform>
element I'm supposed to use when using this library?
Providing two mechanisms to do the same thing is kinda unclear to me.
I see that transformations based on transform element are flawed somehow because you need to define them with unique id in order to use, therefore
they clutter the document namespace.
Are the css property based transform an attempt to fix it? Which one I should use in long run?