Skip to content

Instantly share code, notes, and snippets.

@vincentmvdm
Last active July 16, 2019 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vincentmvdm/5c5fbc560bc87d3f5ff85669be6f68ee to your computer and use it in GitHub Desktop.
Save vincentmvdm/5c5fbc560bc87d3f5ff85669be6f68ee to your computer and use it in GitHub Desktop.
export function ProgressBar(): Override {
const getProgressBarWidth = transform([0, 48000], [48, 375], {
ease: t => t,
})
return {
width: `${getProgressBarWidth(data.elapsedMs)}px`,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment