@wezom/zz-load
Version:
Lazy loader based on IntersectionObserver API
18 lines (17 loc) • 534 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
exports.default = {
observed: 'zzloadIsObserved',
processed: 'zzloadIsProcessed',
loaded: 'zzloadIsLoaded',
failed: 'zzloadIsFailed',
inView: 'zzloadIsInview',
sourceImg: 'zzloadSourceImg',
sourceSrcSet: 'zzloadSourceSrcset',
sourceSources: 'zzloadSourceSources',
sourceBgImg: 'zzloadSourceBackgroundImg',
sourceImage: 'zzloadSourceImage',
sourceIframe: 'zzloadSourceIframe',
sourceContainer: 'zzloadContainer',
sourceInview: 'zzloadInview'
};