{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "animate-back-out-up", "title": "Animate Back Out Up", "author": "designbycode", "cssVars": { "theme": { "--animate-back-out-up": "backOutUp 1s" } }, "css": { "@layer utilities": { "@keyframes backOutUp": { "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" }