Hi everyone,
I would like to know if it is possible to get the settings of an Interaction Animation via REST API. Especially the type and direction – as it is documented here Transition · Figma Developers as part of DirectionalTransition interface, but using the REST API.
The REST API documentation (Figma) says that only these properties can be retrieved:
- transitionNodeID
- transitionEasing
- transitionDuration
And during my tests, I realized that transition type and direction are not being retrieved in the JSON response, so I suspect they are not implemented. Am I right? If that’s the case, would it be possible to add them? 🙏
Any help will be much appreciated.
Regards.-