mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-11 02:11:42 +08:00
fix(css): limit hero sheen animation to 3 iterations
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
86885bc67a
commit
2e5a56723d
@ -182,7 +182,7 @@ kbd {
|
||||
background:
|
||||
linear-gradient(118deg, transparent 35%, oklch(100% 0 0 / 0.09) 49%, transparent 63%);
|
||||
transform: translateX(-30%);
|
||||
animation: sheen-drift 18s linear infinite;
|
||||
animation: sheen-drift 18s linear 3;
|
||||
}
|
||||
|
||||
.hero.offscreen .hero-sheen,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user