kokomi.js
    Preparing search index...

    Interface GalleryConfig

    interface GalleryConfig {
        elList: HTMLIVCElement[];
        fragmentShader: string;
        isRectAutoRefreshed: boolean;
        isScrollPositionSync: boolean;
        makuConfig: MakuConfig;
        materialParams: AllMaterialParams;
        scroller: Scroller;
        uniforms: { [uniform: string]: IUniform<any> };
        vertexShader: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    elList: HTMLIVCElement[]
    fragmentShader: string
    isRectAutoRefreshed: boolean
    isScrollPositionSync: boolean
    makuConfig: MakuConfig
    materialParams: AllMaterialParams
    scroller: Scroller
    uniforms: { [uniform: string]: IUniform<any> }
    vertexShader: string