Skip to content

Commit

Permalink
website: Adjust some timeings
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Nov 23, 2020
1 parent a1a5779 commit 26e1509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/website/Landing.tsx
Expand Up @@ -61,7 +61,7 @@ const Landing = () => (
<OverlaysSection
initial="initial"
animate="animate"
variants={{animate: {transition: {delayChildren: 1, staggerChildren: 6}}}}
variants={{animate: {transition: {delayChildren: 1, staggerChildren: 7}}}}
>
<OverlayShade />
<ExampleContent>
Expand Down Expand Up @@ -276,6 +276,7 @@ const NowPlayingContainer = styled('div')``;

const ConfigContainer = styled(motion.div)`
position: relative;
margin-top: -2rem;
background: #fff;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
border-radius: 5px;
Expand Down
2 changes: 1 addition & 1 deletion src/website/demo/playingTracks.tsx
Expand Up @@ -29,7 +29,7 @@ const bootRoutine = new Routine([
},
},
{
delay: 3000,
delay: 4000,
fn: () => {
store.networkState = NetworkState.Connected;
},
Expand Down

1 comment on commit 26e1509

@vercel
Copy link

@vercel vercel bot commented on 26e1509 Nov 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.