kokomi.js
    Preparing search index...

    Interface HorizontalGalleryConfig

    interface HorizontalGalleryConfig {
        appendCount: number;
        direction: "horizontal" | "vertical";
        elList: HTMLIVCElement[];
        fragmentShader: string;
        gap: number;
        isRectAutoRefreshed: boolean;
        isScrollPositionSync: boolean;
        makuConfig: MakuConfig;
        materialParams: AllMaterialParams;
        scroller: Scroller;
        uniforms: { [uniform: string]: IUniform<any> };
        vertexShader: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    appendCount: number
    direction: "horizontal" | "vertical"
    elList: HTMLIVCElement[]
    fragmentShader: string
    gap: number
    isRectAutoRefreshed: boolean
    isScrollPositionSync: boolean
    makuConfig: MakuConfig
    materialParams: AllMaterialParams
    scroller: Scroller
    uniforms: { [uniform: string]: IUniform<any> }
    vertexShader: string