mirror of https://github.com/go-gitea/gitea.git
any
This commit is contained in:
parent
976c14787b
commit
102e5fc332
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue