Skip to content

Commit

Permalink
docs(suspensive.org): remove blinking by StarCanvasClose
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Dec 22, 2024
1 parent 9485f2e commit cde15ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/suspensive.org/src/components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,9 @@ const StarCanvasClose = () => {
return (
<canvas
ref={canvasRef}
className="fixed bottom-0 left-0 right-0 top-0 -z-10"
className={
'fixed bottom-0 left-0 right-0 top-0 -z-10 opacity-0 transition-opacity duration-100'
}
/>
)
}

0 comments on commit cde15ff

Please sign in to comment.