Motion Grid
A grid that displays animations in a grid.
Made by imskyleenInstallation
Usage
Editor
Animations stored in local storage
ms
API Reference
MotionGrid
Prop | Type | Default |
---|---|---|
asChild? | boolean | false |
gridSize | [number, number] | - |
frames | [number, number][][] | - |
duration? | number | 200 |
animate? | boolean | true |
...props? | HTMLMotionProps<"div"> | - |
MotionGridCells
Prop | Type | Default |
---|---|---|
activeProps? | HTMLMotionProps<"div"> | - |
inactiveProps? | HTMLMotionProps<"div"> | - |
...props? | HTMLMotionProps<"div"> | - |
Credits
- Credits to Adrien Griveau for this X post as inspiration