Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Fixed: [Confluence] Only fade out the now playing text (bottom left) …
Browse files Browse the repository at this point in the history
…when changing windows if it wont show on the next window
  • Loading branch information
JezzX committed May 31, 2012
1 parent 7aad7f2 commit ce9e1c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/skin.confluence/720p/includes.xml
Expand Up @@ -210,7 +210,8 @@
<control type="group">
<visible>Player.HasMedia + !SubString(Window(videolibrary).Property(TvTunesIsAlive),TRUE)</visible>
<include>VisibleFadeEffect</include>
<include>Window_OpenClose_Animation</include>
<animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation>
<control type="button">
<description>push button</description>
<posx>30</posx>
Expand Down

0 comments on commit ce9e1c3

Please sign in to comment.