Feat: Add sune-spin animation

This commit is contained in:
2026-02-16 19:55:43 -08:00
parent 485f5cc44b
commit b0ae63fb6a

View File

@@ -25,3 +25,6 @@ mjx-container[jax="SVG"][display="true"] {
mjx-container svg { mjx-container svg {
max-width: 100%; max-width: 100%;
} }
@keyframes sune-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.sune-generating { display: inline-block; animation: sune-spin 4s linear infinite; color: #9ca3af; }