Menu RApido Multilivello

This commit is contained in:
Alhaziel01
2020-05-14 18:01:46 +02:00
parent f6daf71b46
commit ae031e3793
3 changed files with 69 additions and 20 deletions
@@ -7,12 +7,12 @@
</coordinates>
<defaultcontrol always="true">32500</defaultcontrol>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="440,110" delay="160" tween="back" time="240" />
<effect type="fade" delay="160" end="100" time="240" />
<effect type="slide" start="0,100" end="0,0" center="640,225" delay="160" tween="cubic" time="200" />
<effect type="fade" delay="160" end="100" time="220" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="440,110" easing="in" tween="back" time="240" />
<effect type="fade" start="100" end="0" time="240" />
<effect type="slide" start="0,0" end="0,-100" center="640,225" delay="160" tween="cubic" time="200" />
<effect type="fade" start="100" end="0" time="200" />
</animation>
<controls>
<control type="button">
@@ -136,6 +136,15 @@
<align>center</align>
<aligny>center</aligny>
</control>
<control type="image">
<left>100</left>
<top>5</top>
<width>20</width>
<height>20</height>
<texture colordiffuse="FF232323">$INFO[ListItem.Property(sub)]</texture>
<aspectratio>keep</aspectratio>
<align>center</align>
</control>
</control>
</focusedlayout>
</control>
+15 -7
View File
@@ -7,12 +7,12 @@
</coordinates>
<defaultcontrol always="true">32500</defaultcontrol>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="440,110" delay="160" tween="back" time="240" />
<effect type="fade" delay="160" end="100" time="240" />
<effect type="slide" start="0,100" end="0,0" center="640,225" delay="160" tween="cubic" time="200" />
<effect type="fade" delay="160" end="100" time="220" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="440,110" easing="in" tween="back" time="240" />
<effect type="fade" start="100" end="0" time="240" />
<effect type="slide" start="0,0" end="0,-100" center="640,225" delay="160" tween="cubic" time="200" />
<effect type="fade" start="100" end="0" time="200" />
</animation>
<controls>
<control type="button">
@@ -53,7 +53,6 @@
<animation effect="slide" start="0,0" end="10,0" time="0" condition="true">Conditional</animation>
<animation effect="slide" end="120,0" time="0" condition="!Control.IsVisible(5)">Conditional</animation>
<itemlayout height="220" width="220">
<!-- <top>2</top> -->
<control type="image">
<top>0</top>
<left>0</left>
@@ -71,7 +70,7 @@
<control type="image">
<width>220</width>
<height>220</height>
<texture>$INFO[ListItem.Property(thumb)]</texture>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<aspectratio>keep</aspectratio>
<align>center</align>
</control>
@@ -119,7 +118,7 @@
<control type="image">
<width>220</width>
<height>220</height>
<texture>$INFO[ListItem.Property(thumb)]</texture>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<aspectratio>keep</aspectratio>
<align>center</align>
</control>
@@ -134,6 +133,15 @@
<align>center</align>
<aligny>center</aligny>
</control>
<control type="image">
<left>100</left>
<top>5</top>
<width>20</width>
<height>20</height>
<texture>$INFO[ListItem.Property(sub)]</texture>
<aspectratio>keep</aspectratio>
<align>center</align>
</control>
</control>
</focusedlayout>
</control>