{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "animate-bounce-out", "title": "Animate Bounce Out", "author": "designbycode", "cssVars": { "theme": { "--animate-bounce-out": "bounceOut 0.75s" } }, "css": { "@layer utilities": { "@keyframes bounceOut": { "20%": { "transform": "scale3d(0.9, 0.9, 0.9)" }, "50%, 55%": { "opacity": "1", "transform": "scale3d(1.1, 1.1, 1.1)" }, "100%": { "opacity": "0", "transform": "scale3d(0.3, 0.3, 0.3)" } } } }, "meta": { "category": "animations", "version": "1.0.0" }, "type": "registry:style" }