# ConnorAtherton/walkway

An easy way to animate SVG elements.

Repository: https://github.com/ConnorAtherton/walkway
Canonical: https://ross.abutalabs.com/products/walkway
Homepage: http://connoratherton.com/walkway
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2022-03-13T19:58:44+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4403, "days_push": 1634, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4346, forks 220 (observed 2026-08-28T04:08:46.191362+00:00)

## What it is
Walkway is a small JavaScript library for animating SVG line-drawing effects on path, line, and polyline elements. It provides configurable duration, easing functions, and completion callbacks with a simple constructor-based API.

## Use cases
- animate svg line drawing on page load
- create stroke animation for logos and icons
- recreate polygon-style svg path animations
- draw svg paths progressively with easing
- animate polyline elements in the browser

## When to choose
- you need lightweight svg stroke/line-drawing animations with minimal setup
- you want simple easing and duration options without a full animation framework
- your svg consists of path, line, or polyline elements

## When to avoid
- you need to animate fills, transforms, or non-stroke svg properties
- you need a general-purpose animation library like GSAP
- you require active development or long-term support

## Facets
- artifact type: library
- maturity: maintenance
- function: animation, ui-components
- domain: web-development, frontend, graphics
- platform: browser
- tags: svg, stroke-animation, line-drawing, javascript, easing-functions, nodejs

## Member repositories
- ConnorAtherton/walkway (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:46.191362+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:21:34.452557+00:00, confidence not recorded.
  - readme: https://github.com/ConnorAtherton/walkway (fetched 2026-08-28T04:08:46.191362+00:00, sha 520e3b74ae89)
  - homepage: http://connoratherton.com/walkway (fetched 2026-08-29T09:10:25.660270+00:00, sha 0b3e33e3ab99)
- Data as of 2026-08-30T08:39:29.467469+00:00.
