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