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