From 102e5fc332eb50dab0c8c274c60af147f16bf7b4 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 21 Nov 2024 03:50:18 +0100 Subject: [PATCH] any --- web_src/js/modules/fomantic/transition.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/js/modules/fomantic/transition.ts b/web_src/js/modules/fomantic/transition.ts index 136b1adab4..52c407c9c0 100644 --- a/web_src/js/modules/fomantic/transition.ts +++ b/web_src/js/modules/fomantic/transition.ts @@ -8,7 +8,7 @@ export function initFomanticTransition() { 'set duration', 'save conditions', 'restore conditions', ]); // stand-in for removed transition module - $.fn.transition = function (arg0: string | Record, arg1: number, arg2: (el: HTMLElement) => void) { + $.fn.transition = function (arg0: any, arg1: any, arg2: any) { if (arg0 === 'is supported') return true; if (arg0 === 'is animating') return false; if (arg0 === 'is inward') return false;