perf: setting transition on background only instead of all properties

This commit is contained in:
Miodec 2023-09-26 15:42:57 +01:00
parent 619bc23331
commit fd35be0bae

View file

@ -37,7 +37,7 @@ $(document).ready(() => {
CookiePopup.check();
$("body").css("transition", "all .25s, transform .05s");
$("body").css("transition", "background .25s, transform .05s");
if (Config.quickRestart === "tab" || Config.quickRestart === "esc") {
$("#restartTestButton").addClass("hidden");
}