feat(header): update NemoClaw Logo SVG with ceramic3d arms and LED core

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-04-01 20:11:39 +08:00
parent e623b1c4e9
commit 249ecdeb25
2 changed files with 64 additions and 5 deletions

View File

@@ -284,3 +284,13 @@
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@keyframes ring-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@keyframes orb-pulse {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.08); opacity: 0.85; }
}