awtk/design/default/ui/svg_image.xml

24 lines
1.3 KiB
XML
Raw Normal View History

2018-12-20 11:01:37 +08:00
<window anim_hint="htranslate" children_layout="default(c=4,r=4)">
2023-04-11 18:19:35 +08:00
<svg image="china" />
2018-11-25 18:57:44 +08:00
<svg image="pointer_1" />
2023-04-11 18:19:35 +08:00
<svg image="girl" cache_mode = "true" />
<svg image="pointer_4" cache_mode = "true" />
2018-11-23 17:30:06 +08:00
2023-04-11 18:19:35 +08:00
<svg image="pointer" draw_type="scale" />
<svg image="pointer" cache_mode="true" draw_type="scale" />
<svg image="htest" draw_type="scale_auto" />
<svg image="computer" cache_mode="true" draw_type="scale_auto" />
<svg image="china"
2018-11-23 17:30:06 +08:00
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);"/>
2023-04-11 18:19:35 +08:00
<svg image="pointer_1"
2018-11-23 17:30:06 +08:00
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);"/>
2023-04-11 18:19:35 +08:00
<svg image="girl" cache_mode="true" draw_type="scale_auto"
animation="rotation(from=0, to=6.28, yoyo_times=1000, duration=5000);scale(x_from=0, x_to=1, y_from=0, y_to=1, yoyo_times=1000, duration=5000);"/>
<svg image="pointer_4" draw_type="scale"
animation="rotation(from=0, to=6.28, yoyo_times=1000, duration=5000);scale(x_from=0, x_to=1, y_from=0, y_to=1, yoyo_times=1000, duration=5000);"/>
<button name="close" self_layout="default(x=center,y=bottom:50,w=50%,h=30)"
2020-02-24 09:10:49 +08:00
floating="true" text="Close"/>
2023-04-11 18:19:35 +08:00
</window>