Skip to content

Commit 88bb241

Browse files
SystemThreatclaude
andcommitted
Fix Infrastructure title blinking on hero section
The glitchStroke animation on the .stroke::after pseudo-element was set to infinite, causing "Infrastructure" to blink every 4 seconds. Changed to play once on load and stop. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 255d150 commit 88bb241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
background: linear-gradient(135deg, var(--cyan), var(--blue), var(--purple));
709709
-webkit-background-clip: text; background-clip: text;
710710
-webkit-text-fill-color: transparent;
711-
opacity: 0; animation: glitchStroke 4s ease-in-out infinite;
711+
opacity: 0; animation: glitchStroke 4s ease-in-out 1;
712712
}
713713

714714
.hero-description {

0 commit comments

Comments
 (0)