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