svelte-confetti icon indicating copy to clipboard operation
svelte-confetti copied to clipboard

Is it working ?

Open mikadev opened this issue 5 months ago • 1 comments

<div style="
 position: fixed;
 top: 150px;
 left: 0;
 z-index:99;
 height: 100vh;
 width: 100vw;
 display: flex;
 justify-content: center;
 overflow: hidden;
 pointer-events: none;">
		test
		<Confetti amount=200 delay={[500, 2000]} duration=5000 fallDistance="100vh" infinite x={[-5, 5]} y={[0, 0.1]} />
	</div>
```	

nothing happen...

mikadev avatar Sep 05 '24 10:09 mikadev