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

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -