all repos — tls-website @ f6d6827ed331055543b2275001a772a52323737d

Unnamed repository; edit this file 'description' to name the repository.

fix: improve animation
kate kate@breadlabs.de
Fri, 15 May 2026 18:51:35 +0200
commit

f6d6827ed331055543b2275001a772a52323737d

parent

1a01de1ae0f5d166e29a324aef02d8db7ddb4d28

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -91,7 +91,7 @@ color: var(--c-link-glow);

} #title { - animation: redact 1.5s infinite; + animation: redact 1s infinite; animation-direction: alternate; animation-timing-function: linear; font-size: 3rem;

@@ -116,8 +116,8 @@

@keyframes redact { 0% { font-family: "redaction-10"; } 20% { font-family: "redaction-20"; } - 35% { font-family: "redaction-35"; } - 50% { font-family: "redaction-50"; } - 70% { font-family: "redaction-70"; } + 40% { font-family: "redaction-35"; } + 60% { font-family: "redaction-50"; } + 80% { font-family: "redaction-70"; } 100% { font-family: "redaction-100"; } }