diff options
Diffstat (limited to 'addons/skin.confluence/720p/Home.xml')
-rw-r--r-- | addons/skin.confluence/720p/Home.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/addons/skin.confluence/720p/Home.xml b/addons/skin.confluence/720p/Home.xml index 6bc0752a17..e7d884dc0a 100644 --- a/addons/skin.confluence/720p/Home.xml +++ b/addons/skin.confluence/720p/Home.xml @@ -12,8 +12,8 @@ <width>1280</width> <height>90</height> <texture>floor.png</texture> - <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation> - <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation> + <animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation> + <animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation> </control> <control type="image"> <description>LOGO</description> @@ -92,7 +92,7 @@ <visible>Container(9000).HasFocus(12) + [PVR.IsRecording | PVR.HasNonRecordingTimer]</visible> <include>VisibleFadeEffect</include> <include>Window_OpenClose_Animation</include> - <animation effect="fade" start="100" end="0" time="200" condition="Window.IsActive(Favourites)">conditional</animation> + <animation effect="fade" start="100" end="0" time="150" condition="Window.IsActive(Favourites)">conditional</animation> <control type="group"> <animation effect="slide" start="0,0" end="0,100" time="0" condition="PVR.IsRecording">conditional</animation> <visible>PVR.HasNonRecordingTimer</visible> @@ -457,14 +457,14 @@ <description>Controls for currently playing media</description> <left>545r</left> <top>370</top> - <animation effect="slide" start="0,0" end="365,0" time="300" condition="!Player.HasMedia">conditional</animation> + <animation effect="slide" start="0,0" end="365,0" time="225" condition="!Player.HasMedia">conditional</animation> <animation type="WindowOpen" reversible="false"> - <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" /> - <effect type="fade" start="0" end="100" time="300" /> + <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" /> + <effect type="fade" start="0" end="100" time="225" /> </animation> <animation type="WindowClose" reversible="false"> - <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" /> - <effect type="fade" start="100" end="0" time="300" /> + <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" /> + <effect type="fade" start="100" end="0" time="225" /> </animation> <control type="image"> <description>Background End image</description> @@ -673,7 +673,7 @@ <ondown>9000</ondown> <onclick>PlayerControl(Play)</onclick> <enable>Player.PauseEnabled</enable> - <animation effect="fade" start="100" end="30" time="100" condition="!Player.PauseEnabled">Conditional</animation> + <animation effect="fade" start="100" end="30" time="75" condition="!Player.PauseEnabled">Conditional</animation> </control> <control type="button" id="606"> <left>160</left> @@ -724,12 +724,12 @@ <control type="group"> <top>400</top> <animation type="WindowOpen" reversible="false"> - <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" /> - <effect type="fade" start="0" end="100" time="300" /> + <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" /> + <effect type="fade" start="0" end="100" time="225" /> </animation> <animation type="WindowClose" reversible="false"> - <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" /> - <effect type="fade" start="100" end="0" time="300" /> + <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" /> + <effect type="fade" start="100" end="0" time="225" /> </animation> <control type="group" id="9001"> <left>0</left> @@ -1217,7 +1217,7 @@ <shadowcolor>black</shadowcolor> <label>$INFO[System.Date]</label> <include>Window_OpenClose_Animation</include> - <animation effect="slide" start="0,0" end="-40,0" time="100" condition="Window.IsVisible(Mutebug)">conditional</animation> + <animation effect="slide" start="0,0" end="-40,0" time="75" condition="Window.IsVisible(Mutebug)">conditional</animation> </control> </controls> </window> |