Skip to content

Commit

Permalink
[Animation] improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
beatmasterRS committed Jan 20, 2021
1 parent d263349 commit 5467f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1080i/Includes_Defs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2050,7 +2050,7 @@
<textcolor>Dark1</textcolor>
<selectedcolor>Dark1</selectedcolor>
<label>$INFO[ListItem.Label] $INFO[ListItem.Year,(,)]</label>
<animation effect="fade" start="0" end="100" time="350" tween="cubic" easing="inout" delay="200" reversible="false">Focus</animation>
<animation effect="fade" start="0" end="100" time="350" tween="sine" delay="200" reversible="false">Focus</animation>
<animation effect="fade" start="100" end="0" time="0" delay="0">UnFocus</animation>
</control>
<control type="label">
Expand All @@ -2063,7 +2063,7 @@
<textcolor>Dark1</textcolor>
<selectedcolor>Dark1</selectedcolor>
<label>$VAR[LabelExtendedVideoInfoLabel2]</label>
<animation effect="fade" start="0" end="100" time="350" tween="cubic" easing="inout" delay="200" reversible="false">Focus</animation>
<animation effect="fade" start="0" end="100" time="350" tween="sine" delay="200" reversible="false">Focus</animation>
<animation effect="fade" start="100" end="0" time="0" delay="0">UnFocus</animation>
</control>
</definition>
Expand Down

0 comments on commit 5467f9f

Please sign in to comment.