Created
October 11, 2019 22:05
-
-
Save gdbate/29fdee26675e8b1804ca536bb538bd45 to your computer and use it in GitHub Desktop.
Benchmarking SVG & HTML - DOM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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