style: Alarm Ui Widget
This commit is contained in:
15
components/uiWidgets/alarm-indicator-fastpulse.css
Normal file
15
components/uiWidgets/alarm-indicator-fastpulse.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@keyframes fast-pulse {
|
||||
0%,
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
50% {
|
||||
opacity: 0.6;
|
||||
transform: scale(1.15);
|
||||
}
|
||||
}
|
||||
|
||||
.fast-pulse {
|
||||
animation: fast-pulse 0.5s infinite;
|
||||
}
|
||||
Reference in New Issue
Block a user