mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 13:07:40 +08:00
7 lines
544 B
XML
7 lines
544 B
XML
<window>
|
|
<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)"/>
|
|
<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)"/>
|
|
<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)"/>
|
|
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
|
|
</window>
|