Skip to content

Commit

Permalink
[NowPlaying Animations] improved dics art animations
Browse files Browse the repository at this point in the history
  • Loading branch information
beatmasterRS committed Apr 17, 2023
1 parent e9f900e commit 8b63a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 1080i/Includes_NowPlaying.xml
Original file line number Diff line number Diff line change
Expand Up @@ -534,15 +534,15 @@
<effect type="fade" start="100" end="0" time="150" delay="0"/>
</animation>
<animation type="WindowOpen" reversible="false" condition="$EXP[ExtendedNowPlayingIsVisible]">
<effect type="slide" start="-145,0" end="0,0" tween="sine" easing="out" time="600" delay="400"/>
<effect type="slide" start="-145,0" end="0,0" tween="sine" easing="out" time="600" delay="500"/>
</animation>
<animation type="Conditional" condition="!Control.HasFocus(300) + !Control.HasFocus(302) + !Control.HasFocus(2011) + !ControlGroup(777).HasFocus() + !Control.HasFocus(778) + !Control.HasFocus(779) + !Control.HasFocus(780)" reversible="false">
<effect type="slide" start="0,0" end="-115,0" tween="sine" easing="out" time="300" delay="0"/>
<effect type="fade" start="100" end="0" time="150" delay="0"/>
</animation>
<animation type="Conditional" condition="Control.HasFocus(300) | Control.HasFocus(302) | Control.HasFocus(2011) | ControlGroup(777).HasFocus() | Control.HasFocus(778) | Control.HasFocus(779) | Control.HasFocus(780)" reversible="false">
<effect type="slide" start="-145,0" end="0,0" tween="sine" easing="out" time="600" delay="750"/>
<effect type="fade" start="0" end="100" time="1" delay="740"/>
<effect type="slide" start="-145,0" end="0,0" tween="sine" easing="out" time="600" delay="810"/>
<effect type="fade" start="0" end="100" time="1" delay="800"/>
</animation>
<visible>Player.HasMedia + Player.HasAudio</visible>
<visible>!Skin.HasSetting(extended.nowplaying.hidecd)</visible>
Expand Down

0 comments on commit 8b63a07

Please sign in to comment.