If you use auto animate to have a scene node or scene nodes fade out in one artboard as it moves to another artboard is it possible to get that transition or interactions?
I found this:
Note: currently, this API excludes all of the document’s keyboard/gamepad, hover, and state-transition interactions.
But some of the interactions have transition information.
When it says “state-transition interactions” it’s referring specifically to transitions between component states (a feature added in XD 24 last fall) – it’s not using the word “state” generically. Transitions between entire artboards are officially part of the interactions data plugins can get access to today. I’ll tweak the docs to clarify this.
On your 2nd question – which pairs of nodes are actually going to be animated by an Auto Animate transition? XD doesn’t have an API to tell you that yet. In general: nodes with the same name will get paired up, as long as their parents are also paired. But I believe there are more subtleties to it beyond that, and not all property “diffs” in a node pair are animated yet.
If you want, we could change this post so it’s a feature request that people can vote on – to get an official API to tell you which nodes are animated & how.