From 969eda02a66050cf4518ddfa657e86d1d6d8b6c3 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Tue, 10 Aug 2021 19:04:54 +0200 Subject: feat: follow OS reduced motion setting (#1757) - add missing meta charset to index.html - dont restrict scaling for user in index.html - load animations.css conditionally based on motion preference - load transitions conditionally in js and css based on motion preference Co-authored-by: Vijay Raghavan Aravamudhan --- src/index.html | 122 ++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 73 insertions(+), 49 deletions(-) (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html index 6b67cc248..929aec3ad 100644 --- a/src/index.html +++ b/src/index.html @@ -1,60 +1,84 @@ - - Ferdi - - - - - -
-
DEV MODE
-
-
- + + +
+
DEV MODE
+
+
+ - + }; + }; + })(); + } + + -- cgit v1.2.3-54-g00ecf