Canvas
Plasma Grid
Animated plasma grid effect rendered in WebGL. Creates a checkerboard grid pattern with flowing plasma noise gradients. Colors are customizable via props.
- lit
- ogl
Preview
Animated plasma grid effect — a checkerboard grid pattern with flowing plasma noise gradients.
Attributes
Installation
pnpm dlx shadcn@latest add https://motion-kit-astro.vercel.app/r/plasma-grid.json Usage
---
import "@/components/motion-kit/plasma-grid-element.ts";
---
<motion-plasma-grid
color="#17181A"
highlight-color="#FF6900"
speed={0.5}
class="w-full h-[500px]"
/> API Reference
| Attribute | Type | Default |
|---|---|---|
color The base background color of the effect. | string | #17181A |
highlight-color The color used for the plasma noise gradients. | string | #FF6900 |
speed Animation speed multiplier. Higher values make the plasma flow faster. | number | 0.5 |