mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 02:48:54 +00:00
40 lines
2.3 KiB
XML
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 name="ani_interval" image="ani" start_index="1" end_index="9" auto_play="true" interval="5000" loop="true" 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" sequence="123456789abc"
|
|
auto_play="true" interval="50" delay="1200"/>
|
|
|
|
<image_animation image="ani" reverse="true" start_index="1" end_index="12" format="%s%x"
|
|
auto_play="true" interval="50" delay="1300"/>
|
|
<image_animation image="ani" reverse="true" sequence="123456789abc"
|
|
auto_play="true" interval="50" delay="1400"/>
|
|
<image_animation image="ani" start_index="1" end_index="12" format="%s%x"
|
|
show_when_done="true" loop="false" auto_play="true" interval="500" 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>
|