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;