wotsui-api
Version:
WotsUI API Classes and Utils
11 lines • 393 B
TypeScript
export interface IntersectionManagerSettings {
treshold: number;
observeOnce?: boolean;
toggleOpacity?: boolean;
intersectionClass?: string;
noIntersectionClass?: string;
intersectionHandler?: (entry: IntersectionObserverEntry) => any;
noIntersectionHandler?: (entry: IntersectionObserverEntry) => any;
[prop: string]: any;
}
//# sourceMappingURL=types.d.ts.map