mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 20:18:22 +08:00
21 lines
1.0 KiB
XML
21 lines
1.0 KiB
XML
<window anim_hint="htranslate" children_layout="default(c=4,r=4)">
|
|
<svg image="china" />
|
|
<svg image="pointer_1" />
|
|
<svg image="girl" />
|
|
<svg image="pointer_4" />
|
|
<svg image="htest" />
|
|
<svg image="pointer" />
|
|
|
|
<svg image="china"
|
|
animation="rotation(from=0, to=6.28, yoyo_times=1000, duration=5000);scale(x_from=0, x_to=2, y_from=0, y_to=2, yoyo_times=1000, duration=5000);"/>
|
|
<svg image="pointer_1"
|
|
animation="rotation(from=0, to=6.28, yoyo_times=1000, duration=5000);scale(x_from=0, x_to=2, y_from=0, y_to=2, yoyo_times=1000, duration=5000);"/>
|
|
<svg image="girl"
|
|
animation="rotation(from=0, to=6.28, yoyo_times=1000, duration=5000);scale(x_from=0, x_to=2, y_from=0, y_to=2, yoyo_times=1000, duration=5000);"/>
|
|
|
|
<svg image="pointer_4"
|
|
animation="rotation(from=0, to=6.28, yoyo_times=1000, duration=5000);scale(x_from=0, x_to=2, y_from=0, y_to=2, yoyo_times=1000, duration=5000);"/>
|
|
<button name="close" self_layout="default(x=center,y=bottom:50,w=50%,h=30)"
|
|
floating="true" text="Close"/>
|
|
</window>
|