From 5a832c03269fb6ef10a17efcc95e525ff7e8407d Mon Sep 17 00:00:00 2001 From: MacDue Date: Mon, 3 Oct 2022 20:48:58 +0100 Subject: Base: Add example `backdrop-filter` using `saturate()` --- Base/res/html/misc/backdrop-filter.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Base/res') diff --git a/Base/res/html/misc/backdrop-filter.html b/Base/res/html/misc/backdrop-filter.html index cc38b45310..3fc0260943 100644 --- a/Base/res/html/misc/backdrop-filter.html +++ b/Base/res/html/misc/backdrop-filter.html @@ -72,6 +72,10 @@ .hue-rotate { backdrop-filter: hue-rotate(60deg); } + + .saturate { + backdrop-filter: saturate(4); + } @@ -111,6 +115,10 @@
+
+
+
+