javascript - FabricJS rotate around X Y axis -
Does anyone know how to rotate around the X or Y axis of the object in the fabric.js and animate it is? CSS like conversion: rotateY (90deg); or
conversion: rotateX (90deg);
This is just something similar to fabricJS for canvas Elemnts
It's capable, but I think you'll need to make heavy use of matrix changes.
For a demo of the feature
For a reply on how to make matrix changes, see.
Comments
Post a Comment