Skip to content

Commit

Permalink
Merge pull request jellyfin#1487 from cewert/remove-progressbar-delay
Browse files Browse the repository at this point in the history
Remove progressbar delay and speed up animation on home screen
  • Loading branch information
1hitsong committed Nov 11, 2023
2 parents 063e2a7 + 75aba6d commit fade06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/HomeItem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ScrollingLabel id="itemText" horizAlign="center" vertAlign="center" font="font:SmallBoldSystemFont" height="64" maxWidth="456" translation="[8,267]" repeatCount="0" />
<Label id="itemTextExtra" horizAlign="left" vertAlign="center" font="font:SmallBoldSystemFont" height="32" width="456" translation="[8,300]" visible="false" color="#777777FF" />

<Animation id="showProgressBar" delay="1" duration="1" repeat="false" easeFunction="linear">
<Animation id="showProgressBar" duration="0.5" repeat="false" easeFunction="linear">
<FloatFieldInterpolator id="showProgressBarField" key="[0.0, 1.0]" fieldToInterp="progress.width" />
</Animation>
</children>
Expand Down

0 comments on commit fade06a

Please sign in to comment.