{ "environment": { "requireTag": "Mobile" }, "type": "Container", "opaque": true, "visible": false, "animation": [{ "name": "$layoutChanged", "type": "Animation", "variant": "Group", "children": ["children:$layoutChanged:cascade", { "condition": { "type":"AND","values":["@layout.has.Windowed","@layout.has.iOS",{"type": "NOT","value":"@layout.has.Tablet"},{"type": "NOT","value":"@layout.has.Chrome"},{"type": "NOT","value":"@layout.has.DisableIOSFS"}] }, "variant": "Sequence", "children": ["call:show","children","delay:0.001"] },{ "condition": { "type":"OR","values": ["@layout.has.Fullscreen"] }, "variant": "Sequence", "children": ["call:hide","delay:0.001"] }] }], "children": [{ "type": "Container", "visible": true, "children": [{ "type": "Graphics", "variant": "Rectangle", "width": 3000, "height": 5000, "color": "#000000", "opaque": true, "alpha": 0.8 }] },{ "type": "Container", "visible": true, "opaque": true, "children": [{ "type": "Sprite", "image": "hand.png", "scale": 2, "rotation": 0, "x": 0, "y": 100, "animation": [{ "name": "$layoutChanged", "type": "Animation", "variant": "Sequence", "repeat": 100, "stopPrevious": true, "children": [{ "variant": "Tween", "duration": 2, "y": -400, "ease": ["Power2","easeOut"] },"delay:0.5",{ "variant": "Tween", "duration": 0.3, "y": 100, "ease": ["Power2","easeInOut"] }] }] }] }] }