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

7 lines
544 B
XML
Raw Normal View History

2018-06-16 18:43:31 +08:00
<window>
2019-04-24 09:56:53 +08:00
<image name="move" image="logo" x="0" y="0" w="100%" h="80" animation="move(y_from=0, y_to=128, yoyo_times=1000, duration=1000, delay=3000)"/>
2018-10-22 07:38:47 +08:00
<progress_bar name="value" x="center" y="middle" w="90%" h="40" animation="value(from=50, to=100, yoyo_times=1000, duration=1000, delay=4000)"/>
2019-04-24 09:56:53 +08:00
<image name="fade" image="logo" x="center" y="bottom" w="100%" h="80" opacity="0" animation="opacity(from=50, to=255, yoyo_times=1000, duration=1000)"/>
2018-06-16 18:43:31 +08:00
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
2018-06-08 17:03:06 +08:00
</window>