{
  "name": "grid-scale",
  "type": "registry:component",
  "title": "Grid Scale",
  "description": "Scroll-driven animation where a centered clip-path panel expands to fullscreen while corner boxes fly in, grid lines dissolve, and floating keyword pills converge to the center.",
  "dependencies": [
    "gsap"
  ],
  "registryDependencies": [],
  "exportName": "GridScale",
  "exportKind": "default",
  "tier": "pro",
  "version": "1.1.1",
  "changelog": [
    {
      "version": "1.1.1",
      "date": "2026-07-23",
      "summary": "Fixed malformed ScrollTrigger start value ('% top' -> 'top top') on the floating-words timeline; it previously parsed to NaN and anchored the animation to absolute page top instead of the section",
      "breaking": false
    },
    {
      "version": "1.1.0",
      "date": "2026-07-21",
      "summary": "Added prefers-reduced-motion support: box/grid-line/clip-path tweens lose their eased curve and floating words fade in place instead of converging to center",
      "breaking": false
    }
  ],
  "files": [
    {
      "path": "index.jsx",
      "type": "registry:component",
      "target": "src/components/effects/grid-scale/index.jsx"
    }
  ]
}