docs(diagram): replace flowing-line animation with staggered section fade-in #74
Reference in New Issue
Block a user
Delete Branch "docs/diagram-section-reveal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The previous flowing dashed-arrow + pulse animation looked bad and garbled the 'provisions tenant' label (moving dashes ran through the text). What was actually wanted: sections that appear.
mol-flow/mol-flow-slow/mol-pulseclasses + keyframes → arrows are static again (solid provision arrow, dashed register/heartbeat), no garbling.opacity,animation-fill: both→ always ends visible, so a section can never be left blank).prefers-reduced-motion.Verified the forced-final state renders fully (headless Chrome + Inter): all sections present, no overflow, label clean.
npm run buildgreen.Flow anim removed (fixed label garbling); staggered opacity fade-in with both-fill (never blank), reduced-motion honored. Final-state render clean. LGTM.