{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "animate-back-in-left", "title": "Animate Back In Left", "author": "designbycode", "cssVars": { "theme": { "--animate-back-in-left": "backInLeft 1s" } }, "css": { "@layer utilities": { "@keyframes backInLeft": { "0%": { "transform": "translateX(-2000px) scale(0.7)", "opacity": "0.7" }, "80%": { "transform": "translateX(0px) scale(0.7)", "opacity": "0.7" }, "100%": { "transform": "scale(1)", "opacity": "1" } } } }, "meta": { "category": "animations", "version": "1.0.0" }, "type": "registry:style" }