@proyecto26/animatable-component
Version:
Animate once, use Everywhere! 💫
22 lines (16 loc) • 2.19 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-d79ac560.js');
/*
Stencil Client Patch Esm v2.2.0 | MIT Licensed | https://stenciljs.com
*/
const patchEsm = () => {
return index.promiseResolve();
};
const defineCustomElements = (win, options) => {
if (typeof window === 'undefined') return Promise.resolve();
return patchEsm().then(() => {
return index.bootstrapLazy([["animatable-component_2.cjs",[[4,"animatable-component",{"animation":[1],"keyFrames":[1040],"keyFramesData":[1,"key-frames-data"],"options":[1040],"optionsData":[1,"options-data"],"animateId":[1025,"animate-id"],"delay":[1026],"endDelay":[1026,"end-delay"],"duration":[1026],"direction":[1025],"composite":[1025],"easing":[1025],"fill":[1025],"iterations":[1026],"iterationStart":[1026,"iteration-start"],"iterationComposite":[1025,"iteration-composite"],"autoPlay":[516,"autoplay"],"fromClassName":[1,"from-class-name"],"toClassName":[1,"to-class-name"],"currentTime":[2,"current-time"],"startTime":[2,"start-time"],"playbackRate":[2,"playback-rate"],"getCurrentTime":[64],"getStartTime":[64],"getPending":[64],"getPlaybackRate":[64],"getPlayState":[64],"cancel":[64],"finish":[64],"pause":[64],"play":[64],"reverse":[64],"clear":[64],"destroy":[64]}],[1,"animatable-cube",{"animation":[1],"keyFrames":[1040],"keyFramesData":[1,"key-frames-data"],"options":[1040],"optionsData":[1,"options-data"],"animateId":[1025,"animate-id"],"delay":[1026],"endDelay":[1026,"end-delay"],"duration":[1026],"direction":[1025],"composite":[1025],"easing":[1025],"fill":[1025],"iterations":[1026],"iterationStart":[1026,"iteration-start"],"iterationComposite":[1025,"iteration-composite"],"autoPlay":[516,"autoplay"],"fromClassName":[1,"from-class-name"],"toClassName":[1,"to-class-name"],"currentTime":[2,"current-time"],"startTime":[2,"start-time"],"playbackRate":[2,"playback-rate"],"getCurrentTime":[64],"getStartTime":[64],"getPending":[64],"getPlaybackRate":[64],"getPlayState":[64],"cancel":[64],"finish":[64],"pause":[64],"play":[64],"reverse":[64],"clear":[64],"destroy":[64]}]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;
;