Skip to content

Instantly share code, notes, and snippets.

@gdbate
Created October 11, 2019 22:05
Show Gist options
  • Select an option

  • Save gdbate/29fdee26675e8b1804ca536bb538bd45 to your computer and use it in GitHub Desktop.

Select an option

Save gdbate/29fdee26675e8b1804ca536bb538bd45 to your computer and use it in GitHub Desktop.
Benchmarking SVG & HTML - DOM
<div
class="project"
:style="`left: ${(project.start / 365) * 100}%;
width: ${(project.duration / 365) * 100}%;
background-color: ${project.color}`">
<div class="label" ../>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment