mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
Fix: Slow down CRT scanline animation from 8s to 30s
This commit is contained in:
@@ -359,7 +359,7 @@ code {
|
||||
}
|
||||
|
||||
@utility animate-crt-scanline {
|
||||
animation: crt-scanline 8s linear infinite;
|
||||
animation: crt-scanline 30s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes cloud-drift-slow {
|
||||
|
||||
Reference in New Issue
Block a user