-
Source text rotation limited to 360 degrees
I’m trying to get the rotation value of each text layer but by default this pulls in the overall rotation rather than based on 360 degrees.
For example once hitting the top spot this should reset to 0 rather carrying on 360+
To achieve this i’m using thisLayer.transform.rotation.value.toFixed(0); on each text layer though this requires each layer to have its own rotation, is it possible to get these values still with everything being parented to a single rotation null?
Thanks.