Skip to content

Commit

Permalink
[Code] update
Browse files Browse the repository at this point in the history
  • Loading branch information
beatmasterRS committed Aug 7, 2023
1 parent d145aa2 commit 2d79c1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 1080i/Includes_Animations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
</include>

<include name="ViewSlideForJumpBar">
<animation effect="slide" start="0,0" end="-32,0" time="400" tween="quadratic" easing="out" condition="Control.HasFocus(290001)">Conditional</animation>
<!--<animation effect="slide" start="0,0" end="-32,0" time="400" tween="quadratic" easing="out" condition="Control.HasFocus(290001)">Conditional</animation>-->
</include>

<include name="Animation.RotatePlay">
Expand Down
4 changes: 2 additions & 2 deletions 1080i/Includes_Furniture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<texturesliderbarfocus border="4" colordiffuse="Dark2">scrollbar/scrollv.png</texturesliderbarfocus>
<orientation>vertical</orientation>
<showonepage>false</showonepage>
<animation effect="fade" start="100" end="0" time="400" condition="!Control.HasFocus($PARAM[scrollid]) + !Container.Scrolling + !Control.HasFocus(290001)">Conditional</animation>
<animation effect="fade" start="100" end="0" time="400" condition="[!Control.HasFocus($PARAM[scrollid]) + !Container.Scrolling] | Control.HasFocus(290001)">Conditional</animation>
</definition>
</include>

Expand All @@ -84,7 +84,7 @@
<texturesliderbackground border="4" colordiffuse="Dark4">scrollbar/scrollv.png</texturesliderbackground>
<texturesliderbar border="4" colordiffuse="Dark3">scrollbar/scrollv.png</texturesliderbar>
<texturesliderbarfocus border="4" colordiffuse="Dark2">scrollbar/scrollv.png</texturesliderbarfocus>
<animation effect="fade" start="100" end="0" time="400" condition="!Control.HasFocus($PARAM[scrollid]) + !Container.Scrolling + !Control.HasFocus(290001)">Conditional</animation>
<animation effect="fade" start="100" end="0" time="400" condition="[!Control.HasFocus($PARAM[scrollid]) + !Container.Scrolling] | Control.HasFocus(290001)">Conditional</animation>
</definition>
</include>

Expand Down

0 comments on commit 2d79c1d

Please sign in to comment.