{#if skeleton} {:else if type === "inline"} {#if hideCopyButton} {code} {:else} { copy(code); dispatch("copy"); if (animation === "fade-in") return; animation = "fade-in"; timeout = setTimeout(() => { animation = "fade-out"; }, feedbackTimeout); }} on:animationend={({ animationName }) => { if (animationName === "hide-feedback") { animation = undefined; } }} on:mouseover on:mouseenter on:mouseleave > {code} {feedback} {/if} {:else}
{code}