Colophon
The idea for this manual came from someone else's post, and the way it is explained came from three courses. This page lists them, with links to the originals.
Where it started
One post, and everything here grew out of it.
- Morphing icons with Claude
- Benji Taylor@benjitaylor
- The idea came from here. The post builds twenty-one icons out of three lines, with the unused lines collapsed to a point. I rebuilt it as a lab experiment before I understood any of the maths behind it, and this manual started as an attempt to work out why it worked.
Who taught me to explain it
This is an explanation before it is a compiler. These three taught me how to write one.
- Animations on the Web
- Emil Kowalski@emilkowalski
- A course on motion for the web. It is why the timing in this manual has reasons behind it instead of defaults.
- Interactive SVG Animations
- Nanda Syahrasyad@nandafyi
- A course that explains SVG by letting you manipulate the diagrams. That format is the one this manual uses, and it set the standard for what a figure here has to do.
- Interface Craft
- Josh Puckett@joshpuckett
- A library on interface design. Most of the decisions here about press states, hover, focus and restraint came from it.