Reputation: 13496
My search in the documentation of Raphael.js ends up in transform
functionality, that [seem] to only support 2D transformation. i.e. translate, rotate, scale.
Now the question is: is there any way to apply (and animate) an element with a 3D transformation. e.g. rotateX. like what we have in CSS3:
transform: rotateX(100deg);
Upvotes: 1
Views: 132