fix(docs): stagger bullet throb so only one pulses at a time per list

Each list gets a dynamically generated keyframe where only 1/N of the
cycle is active. Bullets are staggered 0.8s apart so they take turns
pulsing in sequence, looping forever.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-09 23:08:11 -05:00
parent a3630c03e6
commit e2813116da
2 changed files with 49 additions and 4 deletions

View File

@@ -538,10 +538,6 @@ ul, ol {
50% { transform: scale(1.5); box-shadow: 0 0 8px 2px rgba(42, 157, 143, 0.3); }
}
.content-list li::before {
animation: bullet-throb 2.4s ease-in-out infinite;
}
.features-section--alt {
background: var(--bg-surface);
}