Skip to content

Commit

Permalink
reducing size of mov- realised i still needto use mov since im using …
Browse files Browse the repository at this point in the history
…time stamps
  • Loading branch information
WelldoneM committed Nov 8, 2024
1 parent 635ef65 commit fc50345
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file removed public/tree.mov
Binary file not shown.
Binary file added public/treee.mov
Binary file not shown.
12 changes: 6 additions & 6 deletions src/components/Home/TaskCompletionModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const TaskCompletionModal = ({ open, handleClose }) => {

// Define the start and end times for each stage in seconds
const timeRanges = [
{ start: 0, end: 1.5 },
{ start: 1.45, end: 3.2 },
{ start: 2.95, end: 4.5 },
{ start: 3.9, end: 5.5 },
{ start: 5, end: 8.5 },
{ start: 0, end: 2.5 },
{ start: 2.5, end: 4 },
{ start: 4, end: 6 },
{ start: 6, end: 8 },
{ start: 6.5, end: 11 },
]

// Show confetti when exactly 5 tasks are completed
Expand Down Expand Up @@ -86,7 +86,7 @@ const TaskCompletionModal = ({ open, handleClose }) => {

<Box
component='video'
src='/tree.mov'
src='/treee.mov'
alt='Growing Tree'
ref={videoRef}
controls={false}
Expand Down

0 comments on commit fc50345

Please sign in to comment.