Last active
July 15, 2020 15:20
-
-
Save jepser/51c7fa614e7216c337721ffa20be2f05 to your computer and use it in GitHub Desktop.
Response from scaffold API call for Adobe XD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.24", | |
"homeArtboard": "2bcde2bc-09b1-4dc4-88af-7dc0017f2ab8", | |
"interactions": { | |
"70f72742-b83e-4412-a7b8-1bff98973729": [ | |
{ | |
"properties": { | |
"transition": "dissolve", | |
"duration": 0.3, | |
"easing": "ease-out", | |
"preserveScrollPosition": false, | |
"destination": "075348bb-6780-49ee-94d2-6e004d74daf4", | |
"voiceLocale": "en-us" | |
}, | |
"triggerEvent": "tap", | |
"action": "artboard-transition", | |
"id": "96ab1a54-98bc-44ef-be49-d3e6b352261e", | |
"artboards": [ | |
"2bcde2bc-09b1-4dc4-88af-7dc0017f2ab8" | |
] | |
} | |
], | |
"44ea8edd-d62b-44bd-9364-3ae21a7917df": [ | |
{ | |
"properties": { | |
"transition": "dissolve", | |
"duration": 0.3, | |
"easing": "ease-out", | |
"preserveScrollPosition": false, | |
"destination": "2bcde2bc-09b1-4dc4-88af-7dc0017f2ab8", | |
"voiceLocale": "en-us" | |
}, | |
"triggerEvent": "tap", | |
"action": "artboard-transition", | |
"id": "4a90afea-c5f0-41db-a42b-97d6ca9e2ff5", | |
"artboards": [ | |
"075348bb-6780-49ee-94d2-6e004d74daf4" | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment