Skip to content
Snippets Groups Projects

Resolve "Slow down image scroll"

Merged Benoît Harrault requested to merge 11-slow-down-image-scroll into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -37,9 +37,9 @@
<width>1080</width>
<height>1080</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<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>
<animation effect="zoom" start="85" end="95" center="auto" time="35000" 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="42000" 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="29000" 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">
Loading