mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
Fix: Remove duplicate crt-scanline keyframes (old fast version)
The old 'background-position' animation was still present and overriding the new slower 'translateY' version. Now only the 30s animation remains active.
This commit is contained in:
@@ -144,16 +144,6 @@ code {
|
||||
font-family: var(--font-geist-mono), ui-monospace, monospace;
|
||||
}
|
||||
|
||||
/* CRT scanline glow — faint band sweeping top to bottom */
|
||||
@keyframes crt-scanline {
|
||||
0% {
|
||||
background-position: 0 -30%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0 130%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Cloud animation keyframes — slow, massive wandering paths */
|
||||
@keyframes cloud-drift {
|
||||
0% {
|
||||
|
||||
Reference in New Issue
Block a user