diff --git a/resen/taase/index.html b/resen/taase/index.html index bc3a376..5d2cddf 100644 --- a/resen/taase/index.html +++ b/resen/taase/index.html @@ -20,7 +20,7 @@
diff --git a/resen/taase/style.css b/resen/taase/style.css index a37b097..6ce55ea 100644 --- a/resen/taase/style.css +++ b/resen/taase/style.css @@ -26,7 +26,7 @@ div[oncontextmenu*="toggle_fullscreen"] { .gif { --fps: 60; - animation: calc(4s / max(var(--fps), 1)) steps(1) infinite gif; + animation: calc(4s / var(--fps)) steps(1) infinite gif; aspect-ratio: 16 / 9; background-repeat: no-repeat; background-size: contain;