Skip to main content
Participant
June 17, 2024
Question

Camera Tool properties jsfl access Translate/Rotate and Zoom values

  • June 17, 2024
  • 2 replies
  • 178 views

Hi,

 

I am trying to apply properties to adobe animates camera Settings from a json file using jsfl.

I am able to apply properties to the layer - but i cannot find the correct way to apply values to the Camera settings Translate/Rotate and Zoom. What would be the correct way to do this and is it even possible?

The jsfl documentation doesnt list any camera related information.

    This topic has been closed for replies.

    2 replies

    JoãoCésar17023019
    Community Expert
    Community Expert
    July 23, 2024

    Hi.

     

    In the link below you'll find the API documentation for the camera.

    https://github.com/AdobeDocs/developers-animatesdk-docs/blob/master/index.md#camera-object

     

    I hope this helps.

     

    Regards,

    JC

    Participant
    July 23, 2024

    We managed to use the import motion xml to apply motion to the camera from after effects.translate xy is easy but in combination wit rotation and zoom things start getting complicated die to the pivot being tope left and how animate interprets the motion.has alteady succeeded in doing this? Would be a very useful feature if it worked.