{ "type": "Container", "x": -560, "y": { "dynamic": true, "default": "@view.y.b.-125", "Portrait": "@view.y.b.-125", "iOS,Landscape": "@view.y.b.-125" }, "scale": { "dynamic": true, "default": 1, "Portrait": 1 }, "id": "winValue", "animation": [{ "name": "spinStartAsync", "variant": "Sequence", "condition": { "type": "AND", "values": [ {"type": "NOT", "value": "@poker.feature.active"}, {"type": "NOT", "value": "@poker.respinActive"} ] }, "children": ["eval:@game.resetTotalWin", "call:updatePresentation"] }], "children": [{ "type": "Text", "padding": 20, "text": "@translate.WIN", "maxWidth": { "dynamic": true, "default": 555, "Portrait": 820 }, "font": "BrandonGrotesqueBlack", "autoUpdate": "cashCoinToggle", "padding": 20, "lineJoin": "bevel", "size": 28, "y": -25, "anchorAlign": "c", "fill": "#FFFFFF" },{ "type": "Text", "padding": 20, "y": 15, "text": "@game.getCoinOrCashValue.@game.getTotalWin,1", "maxWidth": { "dynamic": true, "default": 555, "Portrait": 820 }, "font": "BrandonGrotesqueBlack", "autoUpdate": "cashCoinToggle", "padding": 20, "lineJoin": "bevel", "size": 39, "anchorAlign": "c", "fill": "#74ff00" }] }