awtk/demos/assets/default/raw/ui/image_animation.xml
2019-10-18 03:18:12 -07:00

40 lines
2.3 KiB
XML

<window anim_hint="htranslate" fullscreen="true" text="Fullscreen">
<view x="0" y="0" w="100%" h="80%" children_layout="default(r=4,c=4)">
<image_animation image="ani" start_index="1" end_index="9" auto_play="true" interval="50" delay="100"/>
<image_animation image="ani" start_index="1" end_index="9" auto_play="true" interval="50" delay="200"/>
<image_animation image="ani" start_index="1" end_index="9" auto_play="true" interval="50" delay="300"/>
<image_animation image="ani" start_index="1" end_index="9" auto_play="true" interval="50" delay="400"/>
<image_animation image="ani" start_index="1" end_index="12" format="%s%x"
auto_play="true" interval="50" delay="500"/>
<image_animation image="ani" start_index="1" end_index="12" format="%s%x"
auto_play="true" interval="50" delay="600"/>
<image_animation image="ani" start_index="1" end_index="12" format="%s%x"
auto_play="true" interval="50" delay="700"/>
<image_animation image="ani" start_index="1" end_index="12" format="%s%x"
auto_play="true" interval="50" delay="800"/>
<image_animation image="ani" start_index="1" end_index="12" format="%s%x"
auto_play="true" interval="50" delay="900"/>
<image_animation image="ani" start_index="1" end_index="12" format="%s%x"
auto_play="true" interval="50" delay="1000"/>
<image_animation image="ani" start_index="1" end_index="12" format="%s%x"
auto_play="true" interval="50" delay="1100"/>
<image_animation image="ani" start_index="1" end_index="12" format="%s%x"
auto_play="true" interval="50" delay="1200"/>
<image_animation image="ani" start_index="1" end_index="12" format="%s%x"
auto_play="true" interval="50" delay="1300"/>
<image_animation image="ani" start_index="1" end_index="12" format="%s%x"
auto_play="true" interval="50" delay="1400"/>
<image_animation image="ani" start_index="1" end_index="12" format="%s%x"
auto_play="true" interval="50" delay="1500"/>
<!-- 13-100 not exist, so pause to play for some time. -->
<image_animation image="ani" start_index="1" end_index="100" format="%s%x"
auto_play="true" interval="50" delay="1600"/>
</view>
<button name="close" x="center" y="bottom:50" w="50%" h="50" text="close"/>
</window>