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