The path is SVG code inside a '
Static Content' region.
Region appearance has a fixed size CSS class. I.e. '
h500'.
Animations are done using the Anime.js library.
<svg version="1.1" id="svg-path" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 1000 1000" xml:space="preserve" style="height:100%;">
<style type="text/css">
#Path {
stroke: black;
}
.hidden #Path {
stroke: none;
}
</style>
<path id="Path" fill="none" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"
d="M 106 323 C 91.417847 402.912598 151.086182 459.944092 173 468 C 194.913818 476.055908 352.88208 567.687866 512 574 C 671.11792 580.312134 777.994141 476.130859 816 424 C 854.005859 371.869141 917.75415 183.400391 883 149 C 848.24585 114.599609 735.12207 38.723022 603 177 C 470.87793 315.276978 412.630127 290.950073 387 288 C 361.369873 285.049927 286.885132 164.245117 197 210 C 107.114868 255.754883 120.582153 243.087402 106 323 Z" />
</svg>