Animation Clock

ScriptWidget template.

Example


//
// ScriptWidget
// https://xnu.app/scriptwidget
//
//


$render(
    <vstack frame="max,center">
        <zstack>
            <vstack animation="clockSecond">
                <rect frame="5,50" color="yellow"></rect>
                <rect frame="5,50" color="clear"></rect>
            </vstack>
            <vstack animation="clockMinute">
                <rect frame="5,40" color="blue"></rect>
                <rect frame="5,40" color="clear"></rect>
            </vstack>
            <vstack animation="clockHour">
                <rect frame="5,30" color="red"></rect>
                <rect frame="5,30" color="clear"></rect>
            </vstack>
        </zstack>
    </vstack>
);

Templates live in Shared/ScriptWidgetRuntime/Resource/Script.bundle/template/ and can be imported directly into the app.