slideIn(this: zk.Widget, n: HTMLElement, opts?: zk.SlideOptions): void {
            zk(n).slideIn(this, opts);
        },