From f5c29bcc4f8eb3c4e0d7a8e8eab6cb872f290d6d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 6 Jan 2020 16:24:18 -0600 Subject: [PATCH] Try to fix the transition-on-load problem again --- static/sexy.css | 7 +++++++ templates/index.html | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/static/sexy.css b/static/sexy.css index 36619c3..3eded6a 100644 --- a/static/sexy.css +++ b/static/sexy.css @@ -423,3 +423,10 @@ body.about-enable > *:not(#about) { transition: 1s; filter: blur(25px); } + +.preload * { + -webkit-transition: none !important; + -moz-transition: none !important; + -ms-transition: none !important; + -o-transition: none !important; + } diff --git a/templates/index.html b/templates/index.html index ab40f19..9b939e0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,8 +3,13 @@ crux.sexy + - +
{{"unstable builds!" if nightly else ""}}