From 34758d3561b3207efa5725b044d4a4f039c71d5f Mon Sep 17 00:00:00 2001 From: Eyal Gruss Date: Sat, 16 Nov 2024 13:41:40 +0200 Subject: [PATCH] fix aya speed and fullscreen --- resen/taase/index.html | 4 ++-- resen/taase/style.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/resen/taase/index.html b/resen/taase/index.html index c9df0be..cc3a3ca 100644 --- a/resen/taase/index.html +++ b/resen/taase/index.html @@ -17,10 +17,10 @@
-
+
diff --git a/resen/taase/style.css b/resen/taase/style.css index 4b7ac50..04c4b59 100644 --- a/resen/taase/style.css +++ b/resen/taase/style.css @@ -13,7 +13,7 @@ div[oncontextmenu*="toggle_fullscreen"] { } .fullscreen > .gif { - width: 100%; + width: stretch; } .fullscreen > .sliders { @@ -29,8 +29,8 @@ div[oncontextmenu*="toggle_fullscreen"] { } .gif { - --dt: 0.01s; - animation: var(--dt) infinite gif; + --dt: 16; + animation: calc(var(--dt) * 4ms) steps(1) infinite gif; aspect-ratio: 16 / 9; background-repeat: no-repeat; background-size: contain;