Skip to content
Snippets Groups Projects

Resolve "Improve main image slideshow"

Merged Benoît Harrault requested to merge 7-improve-main-image-slideshow into master
2 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -34,11 +34,12 @@
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1920</width>
<width>1080</width>
<height>1080</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<animation effect="zoom" start="110" end="130" center="auto" time="25000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
<animation effect="slide" start="-10,-10" end="20,20" time="9000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
<animation effect="zoom" start="85" end="95" center="auto" time="30000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
<animation effect="slide" start="0,0" end="850,0" time="23000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
<animation effect="slide" start="0,-10" end="0,10" time="18000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
<info>ListItem.Thumb</info>
</control>
<control type="image">
@@ -52,13 +53,13 @@
<left>0</left>
<top>1000</top>
<width>1900</width>
<height>25</height>
<font>font30</font>
<height>50</height>
<font>font40</font>
<align>right</align>
<textcolor>ffffffff</textcolor>
<shadowcolor>ff000000</shadowcolor>
<info>ListItem.Label</info>
<animation effect="fade" start="100" end="0" time="15000" condition="True">Conditional</animation>
<animation effect="fade" start="100" end="0" time="25000" condition="True">Conditional</animation>
</control>
</focusedlayout >
</control>
Loading