vevet
Version:
Vevet is a JavaScript library for creative development that simplifies crafting rich interactions like split text animations, carousels, marquees, preloading, and more.
4 lines • 482 B
JavaScript
import { STATIC_PROPS as PRELOADER_STATIC_PROPS, MUTABLE_PROPS as PRELOADER_MUTABLE_PROPS, } from '../Preloader/props';
export const STATIC_PROPS = Object.assign(Object.assign({}, PRELOADER_STATIC_PROPS), { resourceContainer: null, preloadImages: true, preloadVideos: false, customSelector: '.js-preload', ignoreClassName: 'js-preload-ignore', lerp: 0.1, endDuration: 500 });
export const MUTABLE_PROPS = Object.assign({}, PRELOADER_MUTABLE_PROPS);
//# sourceMappingURL=props.js.map