{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "animate-back-out-down", "title": "Animate Back Out Down", "author": "designbycode", "cssVars": { "theme": { "--animate-back-out-down": "backOutDown 1s" } }, "css": { "@layer utilities": { "@keyframes backOutDown": { "0%": { "transform": "scale(1)", "opacity": "1" }, "20%": { "transform": "translateY(0px) scale(0.7)", "opacity": "0.7" }, "100%": { "transform": "translateY(700px) scale(0.7)", "opacity": "0.7" } } } }, "meta": { "category": "animations", "version": "1.0.0" }, "type": "registry:style" }