mirror of
https://github.com/multipleof4/sune.git
synced 2026-03-17 03:01:03 +00:00
Feat: Add sune-spin animation
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user