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

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -