Add GPU fan control, live telemetry, and per-profile fan curves in HyperSwap dashboard
This commit is contained in:
@@ -26,3 +26,13 @@
|
||||
.glow-card {
|
||||
animation: pulseGlow 4s infinite ease-in-out;
|
||||
}
|
||||
|
||||
@keyframes spinFan {
|
||||
from { transform: rotate(0deg); }
|
||||
to { transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
.fan-spinning {
|
||||
display: inline-block;
|
||||
animation: spinFan 1s linear infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user