Skip to content
Snippets Groups Projects
Commit 22b9dc3e authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Merge branch '11-slow-down-image-scroll' into 'master'

Resolve "Slow down image scroll"

Closes #11

See merge request !8
parents beabe8ea dd544dcb
No related branches found
No related tags found
1 merge request!8Resolve "Slow down image scroll"
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.spotify.screensaver"
name="Spotify Screensaver"
version="0.0.5"
version="0.0.6"
provider-name="Benoît Harrault">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
......
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment