Expanding on yesterday’s experiment #3. I wanted the timeline to move downward in Y direction, not just X direction.
It’s basically tweening the viewBox
attribute using Svelte’s tweened
store.
Here’s the code:
https://gist.github.com/joshnuss/6ab13173bea956ac65a628c639eae026
Here’s what it looks like