mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 07:03:57 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue