From 071e35991e76f7bd7599faa7fef4244e6111b4d0 Mon Sep 17 00:00:00 2001 From: Tater Date: Sat, 11 Jan 2025 00:18:44 -0600 Subject: [PATCH] change FAQ antimations --- docs/faq/faq.json | 2 +- docs/faq/style.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/faq/faq.json b/docs/faq/faq.json index 6b74fd6fa2d..9ac0e734c8f 100644 --- a/docs/faq/faq.json +++ b/docs/faq/faq.json @@ -20,7 +20,7 @@ "questions": [ { "question": "What settings should I use for gores?", - "answer": "Enable \"Fast Input\" optinally with \"Fast Input Others\", and \"Remove Prediction & antiping in freeze\" (Amount:100ms, Delay: 500ms). You can try the improved anti ping smoothing and other settings if you want them." + "answer": "Enable \"Fast Input\" optionally with \"Fast Input Others\", and \"Remove Prediction & antiping in freeze\" (Amount:100ms, Delay: 500ms). You can try the improved anti ping smoothing and other settings if you want them." }, { "question": "What settings should I use for ddrace?", diff --git a/docs/faq/style.css b/docs/faq/style.css index cfd71982558..c45a694727f 100644 --- a/docs/faq/style.css +++ b/docs/faq/style.css @@ -211,7 +211,7 @@ nav { align-items: center; cursor: pointer; user-select: none; - transition: background-color 0.75s cubic-bezier(0.4, 0, 0.2, 1); + transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1); } .faq-question:hover { @@ -237,7 +237,7 @@ nav { content: ''; position: absolute; background-color: var(--primary-color); - transition: transform 0.75s cubic-bezier(0.4, 0, 0.2, 1); + transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); } .faq-toggle::before { @@ -257,7 +257,7 @@ nav { .faq-answer { max-height: 0; overflow: hidden; - transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1); + transition: max-height 0.0s cubic-bezier(0.4, 0, 0.2, 1); } .faq-answer-content {