@docsvision/webclient
Version:
Type definitions for DocsVision WebClient scripts and extensions.
5 lines (4 loc) • 508 B
TypeScript
/** Вызывает jquery функции slideUp и slideDown. */
export declare function slideAnimation(elem: HTMLElement, isSlideUp: boolean, duration?: number, easing?: string, completeCallback?: (this: HTMLElement) => void): void;
/** Вызывает jquery функции slideUp и slideDown. */
export declare function slideAnimations(items: NodeListOf<Element>, isSlideUp: boolean, duration?: number, easing?: string, completeCallback?: (this: HTMLElement) => void, endCallback?: Function): void;