{
"name": "theAnimation",
"type": "lottieImage",
"value": "https://samples.mobilitysuite.de/animation.json",
"classes": [
"fullSize"
],
"repeating": false,
"autoplay": false,
"actions": [
{
"type": "layerAction",
"params": {
"layerName": "theAnimation",
"actions": [
{
"type": "play",
"params": {
"async": false
}
}
]
}
},
{
"type": "showMessage",
"params": {
"text": "animation complete"
}
}
]
}