{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "shimmer-style",
  "type": "registry:style",
  "cssVars": {
    "theme": {
      "--animate-shimmer": "shimmer-sweep var(--shimmer-duration, 1000ms) linear infinite both"
    }
  },
  "css": {
    "@keyframes shimmer-sweep": {
      "from": {
        "background-position": "150% 0"
      },
      "to": {
        "background-position": "-100% 0"
      }
    }
  }
}