Symbolic Pastel Abstraction
Tree of Knowledge
Symmetric binary tree of pastel circles and inked branches grows upward via stroke-draw and pop-in animations, then redraws on a 9-second loop.
svgmedium complexitymoderate motion
Open on the canvas to copy the code → Free account · 3 copies a day · membership goes unlimited
Worth keeping?
Votes steer what gets built next — sign in to cast one, free to read
When to use it
Ambient hero backgrounds, spiritual/botanical themes, data-tree concepts, or any context evoking growth and symmetry.
When not to
Contexts requiring interactivity or user-driven state — tree is fully autonomous with no input hooks.
Working with an AI agent
Every component ships agent-ready metadata. An example instruction for this one:
Change PASTELS array to warm terracotta tones and slow the redraw interval from 9000 to 14000ms. Theme: dark tokens live in :root, the light variant in :root[data-theme="light"]; ?theme=light or a {type:'forever:theme'} postMessage switches at runtime.
Safe to edit
- PASTELS color array (5 entries)
- branch spread angle (0.42 - depth*0.03)
- root branch length (140)
- redraw interval (9000ms)
- draw-in pacing (0.22 s per depth; whole tree by ~1.5 s)
- depth limit (depth >= 4)
- theme tokens (:root dark defaults + [data-theme=light] overrides)
Keep intact
- IIFE wrapper
- prefers-reduced-motion guard (REDUCED constant + CSS @media rule)
- visibilitychange pause/resume pattern
- theme hook (?theme= bootstrap + forever:theme message listener + theme tokens)
Known limitations
- Tree structure is fixed at compile time — no variation between redraw cycles
- Redraw clears and rebuilds all SVG DOM nodes every 9s
More Symbolic Pastel Abstraction components
- The DualityTwo concentric ring systems — rose and blue — slowly breathe apart and together; a golden vesica glows where they overlap, with a center dot marking the axis.
- Spiral of BecomingLogarithmic spiral slowly rotates and breathes while pastel nodes pulse with radial glows along its arm — generative geometry in symbolic-abstract's…
- Swan DualityTwo organic forms — cream and ink — orbit a shared center with wobbling silhouettes and a rose radial glow, evoking symbolic-abstract's Swan duality…
- Pendulum DiagramA harmonograph rosette draws itself stroke by stroke in pastel hues, fades, then reseeds with new frequencies — evoking symbolic-abstract automatic diagrams.
- Atom SeriesThree pastel atom diagrams — concentric rings, orbiting dots, center glyphs — connected by a faint triangle. After symbolic-abstract's atom studies.
- The SeriesFive SVG diagrams — spiral, nested ovals, petals, vesica piscis, concentric circles — cross-fade on a 3.4s loop with dot indicators, in pastel…