This commit is contained in:
silverwind 2024-11-21 03:50:18 +01:00
parent 976c14787b
commit 102e5fc332
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 1 additions and 1 deletions

View File

@ -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<string, any>, 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;