awtk/demos/assets/raw/ui/svg_image.xml

17 lines
863 B
XML
Raw Normal View History

2018-11-25 18:57:44 +08:00
<window anim_hint="htranslate" layout="c4 r4">
<svg image="china" />
<svg image="pointer_1" />
<svg image="girl" />
<svg image="pointer_4" />
2018-11-23 17:30:06 +08:00
2018-11-25 18:57:44 +08:00
<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);"/>
2018-11-25 18:57:44 +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);"/>
2018-11-25 18:57:44 +08:00
<svg image="girl"
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);"/>
2018-11-25 18:57:44 +08:00
<svg image="pointer_4"
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);"/>
</window>