{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "animate-fade-out", "title": "Animate Fade Out", "author": "designbycode", "cssVars": { "theme": { "--animate-fade-out": "fadeOut 1s" } }, "css": { "@layer utilities": { "@keyframes fadeOut": { "0%": { "opacity": "1" }, "100%": { "opacity": "0" } } } }, "meta": { "category": "animations", "version": "1.0.0" }, "type": "registry:style" }