UNPKG

@limetech/lime-elements

Version:
17 lines (13 loc) 915 B
import { r as registerInstance, h } from './index-2714248e.js'; const _3dHoverEffectGlowCss = ":host(limel-3d-hover-effect-glow){display:block;pointer-events:none;position:absolute;inset:0;mix-blend-mode:plus-lighter}div{position:absolute;inset:0;transition:background, opacity;transition-timing-function:ease-out;transition-duration:0.8s;border-radius:inherit;opacity:var(--limel-3d-hover-effect-glow-opacity, 0.1);background-image:radial-gradient(circle at var(--limel-3d-hover-effect-glow-position, 50% -20%), rgb(var(--color-white), 0.3), rgb(var(--color-white), 0))}"; const HoverEffectGlowComponent = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return h("div", null); } }; HoverEffectGlowComponent.style = _3dHoverEffectGlowCss; export { HoverEffectGlowComponent as limel_3d_hover_effect_glow }; //# sourceMappingURL=limel-3d-hover-effect-glow.entry.js.map