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