Skip to content

Commit

Permalink
app: Fix artwork animation timings
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Nov 19, 2020
1 parent 1c95081 commit c50d3b9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/overlay/overlays/nowPlaying/ThemeModern.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,9 @@ const BaseArtwork = ({animateIn, alignRight, ...p}: ArtworkProps) => {
animate: {
clipPath: 'inset(0% 0% 0% 0%)',
transitionEnd: {zIndex: 1},
transition: {
type: 'spring',
stiffness: 500,
damping: 100,
},
},
exit: {
clipPath: 'inset(0% 0% 100% 0%)',
transition: {
type: 'spring',
stiffness: 200,
damping: 100,
},
},
};

Expand Down

0 comments on commit c50d3b9

Please sign in to comment.