awtk/demos/assets/raw/ui/animator.xml
2018-10-22 07:38:47 +08:00

9 lines
873 B
XML

<window>
<image name="fade" image="logo" x="center" y="10" w="200" h="60" opacity="0" animation="opacity(from=50, to=255, yoyo_times=1000, duration=1000)"/>
<image name="fade" image="logo" x="center" y="80" w="200" h="60" opacity="0" animation="opacity(from=50, to=255, yoyo_times=1000, duration=1000, delay=1000)" />
<image name="fade" image="logo" x="center" y="150" w="200" h="60" opacity="0" animation="opacity(from=50, to=255, yoyo_times=1000, duration=1000, delay=2000)" />
<image name="move" image="logo" x="0" y="middle:60" w="200" h="60" animation="move(x_from=0, x_to=200, 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)"/>
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
</window>