magicui
magicui copied to clipboard
[bug]: the lines of retro grid component are flickering
https://github.com/user-attachments/assets/d82d2885-5c4f-4070-83c6-d682e6b08a69
this is a limitation of the css perspective style. unfortunately i tried multiple different approached to get around this issue but couldn't find one to work reliably well.
Ideally there's a 3D SVG grid which has a rotateX and animation on it. My assumption is that would be the most performant.
If anyone has any suggestions or ideas on how to fix this let me know!