diff --git a/Readme.md b/Readme.md index 4a27784..53e3b0b 100644 --- a/Readme.md +++ b/Readme.md @@ -59,7 +59,7 @@ To produce animations, use the [`plain_sigil.py`](./plain_sigil.py) script. ``` -3. Adjust the path length as indicated in the file comments so the animation runs draws the whole line. -4. Open [`index.html`](animation/index.html) +1. Adjust the path length as indicated in the [`index.html`](animation/index.html) file comments so the animation draws the whole line. +2. Open [`index.html`](animation/index.html) ![](animation/animation_dark.gif) \ No newline at end of file diff --git a/animation/index.html b/animation/index.html index 8b6ad47..cc90a9d 100644 --- a/animation/index.html +++ b/animation/index.html @@ -7,8 +7,8 @@ background-color: black; } .sigil { - stroke-dasharray: 3662; /* path total length: see below how to get this */ - stroke-dashoffset: 3662; + stroke-dasharray: 3662; /* 2. paste the value here */ + stroke-dashoffset: 3662; /* and here */ animation: dash 5s linear forwards; } @@ -20,7 +20,8 @@ - + +