{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "theme-toggle-effect-polygon-gradient", "author": "tusharvarshney ", "files": [], "cssVars": { "theme": { "expo-out": "linear(0 0%, 0.1684 2.66%, 0.3165 5.49%, 0.446 8.52%, 0.5581 11.78%, 0.6535 15.29%, 0.7341 19.11%, 0.8011 23.3%, 0.8557 27.93%, 0.8962 32.68%, 0.9283 38.01%, 0.9529 44.08%, 0.9711 51.14%, 0.9833 59.06%, 0.9915 68.74%, 1 100%)" } }, "css": { "@layer base": { "::view-transition-group(root)": { "animation-timing-function": "var(--expo-out)" }, "::view-transition-new(root)": { "mask": "url('data:image/svg+xml,') top left / 0 no-repeat", "mask-origin": "top left", "animation": "scale 1.5s", "animation-fill-mode": "both" }, "::view-transition-old(root),.dark::view-transition-old(root)": { "animation": "scale 1.5s", "animation-fill-mode": "both", "z-index": "-1", "transform-origin": "top left" }, "@keyframes scale": { "to": { "mask-size": "200vmax" } } } }, "docs": "https://tusharvarshney.com/components/theme-toggle-effect", "type": "registry:style" }