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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user