Here JS newbie.
I’m getting to grips with JS by customizing a (working) script published here some time ago. When writing:
hypeDocument.setElementProperty(boxCover, ‘rotateZ’, 90.0, 0.6, ‘easeinout’ );
that works well, but changing ‘rotateZ’ to
’rotateX’ or ‘rotateY’ - nothing seems to happen.
Am I missing something in syntax or…, any thoughts?