Skip to content

Commit

Permalink
app: Adjust easing on ASOT overlay theme
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Nov 23, 2020
1 parent 3500794 commit 5e794ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/overlay/overlays/nowPlaying/ThemeAsot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ NowPlayingLabel.defaultProps = {
},
'--expose-front': {
type: 'tween',
ease: [0, 1.07, 0.38, 0.98],
ease: [0, 1.07, 0.5, 0.98],
duration: 2,
},
},
Expand All @@ -125,7 +125,7 @@ let MetadataWrapper = styled((p: OrientedMotionDivProps) => {
exit: {
opacity: 0,
transition: {
duration: 0.1,
duration: 0.25,
},
},
};
Expand Down

0 comments on commit 5e794ff

Please sign in to comment.