Animations
+ Show nice and fancy page transitions, improves experience
+ diff --git a/config/config.json b/config/config.json index af5da46..0a6bc2d 100644 --- a/config/config.json +++ b/config/config.json @@ -8,6 +8,7 @@ "dark_mode": false, "open_new_tab": false, "blur": true, + "animations": true, "hosted_by": "somebody" }, "services": [ diff --git a/css/main.css b/css/main.css index 4bd2dc4..ce7c64b 100644 --- a/css/main.css +++ b/css/main.css @@ -30,6 +30,9 @@ body { .noblur { --blur: blur(0); } +.noanim * { + transition: none !important; +} ::-webkit-scrollbar { display: none; diff --git a/index.html b/index.html index 58bbe8e..0d4ce29 100644 --- a/index.html +++ b/index.html @@ -114,6 +114,14 @@
+