Skip to content

Commit

Permalink
showcase multiple cuts in the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo64 committed Jan 3, 2023
1 parent 2a26760 commit 0ff58c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ export function DemoTimeline({
const [demoCrop, setDemoCrop] = useState<Crop[]>([
{
start: DEMO_TIMELINE.start,
duration: DEMO_TIMELINE.duration * 0.75,
duration: DEMO_TIMELINE.duration * 0.3,
},
{
start: DEMO_TIMELINE.duration * 0.5,
duration: DEMO_TIMELINE.duration * 0.25,
},
]);

Expand Down

1 comment on commit 0ff58c6

@vercel
Copy link

@vercel vercel bot commented on 0ff58c6 Jan 3, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

clip – ./

clip-git-main-nemo64.vercel.app
clip-chi.vercel.app
clip.marco.zone
clip-nemo64.vercel.app

Please sign in to comment.