Skip to content

Commit

Permalink
disable rotating plot on pause
Browse files Browse the repository at this point in the history
  • Loading branch information
Amelandbor committed Jun 17, 2014
1 parent ef81a6c commit 2b96b3a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions 1080i/includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1248,8 +1248,10 @@
<visible>!Skin.HasSetting(CaseVideoThumb)</visible>
<animation type="WindowOpen">
<effect type="slide" start="-500,0" end="0,0" delay="10" time="100" tween="cubic" easing="inout"/>
<effect type="rotatey" center="200" end="55" time="360" tween="cubic" easing="in" delay="2000" />
<!-- DISABLE ROTATING PLOT
<effect type="rotatey" center="200" end="55" time="360" tween="cubic" easing="in" delay="2000" />
<effect type="fade" start="100" end="0" time="0" delay="2360" />
-->
</animation>
<control type="image">
<left>12</left>
Expand Down Expand Up @@ -1294,13 +1296,14 @@
<bordersize>19</bordersize>
</control>
</control>
<!-- MikeBZH44 Start : Default view for MusicVideos and Episodes, ddd Discart and resolution case for Movies -->
<control type="group">
<visible>Skin.HasSetting(CaseVideoThumb)</visible>
<animation type="WindowOpen">
<effect type="slide" start="-500,0" end="0,0" delay="10" time="100" tween="cubic" easing="inout"/>
<effect type="rotatey" center="200" end="55" time="360" tween="cubic" easing="in" delay="2000" />
<!-- DISABLE ROTATING PLOT
<effect type="rotatey" center="200" end="55" time="360" tween="cubic" easing="in" delay="2000" />
<effect type="fade" start="100" end="0" time="0" delay="2360" />
-->
</animation>
<control type="image">
<left>12</left>
Expand Down Expand Up @@ -1380,7 +1383,8 @@
<visible>VideoPlayer.Content(movies) + [SubString(Player.Filename,.3D.) | SubString(Player.Filename,.3d.)]</visible>
</control>
</control>
<control type="group">
<!-- DISABLE ROTATING PLOT
<control type="group">
<animation type="WindowOpen">
<effect type="slide" start="-500,0" end="0,0" delay="10" time="100" tween="cubic" easing="inout"/>
<effect type="rotatey" center="200" start="55" end="180" time="360" tween="cubic" easing="in" delay="2360" />
Expand Down Expand Up @@ -1422,7 +1426,7 @@
</control>
</control>
<!-- MikeBZH44 End -->
End -->
</control>
<control type="group">
<visible>VideoPlayer.Content(files)</visible>
Expand Down

1 comment on commit 2b96b3a

@maxcore
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx :)

Please sign in to comment.