Testing flash fermata se necessario
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
.flashingRed {
|
||||
animation-duration: 0.75s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
animation-play-state: running;
|
||||
animation-name: flsRed;
|
||||
transform: translateZ(0);
|
||||
}
|
||||
@keyframes flsRed {
|
||||
from {
|
||||
border: 5px solid #dc3545;
|
||||
}
|
||||
to {
|
||||
border: 5px solid #ffc107;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
.flashingRed {
|
||||
animation-duration: 0.75s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
animation-play-state: running;
|
||||
animation-name: flsRed;
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
@keyframes flsRed {
|
||||
from {
|
||||
border: 5px solid #dc3545;
|
||||
}
|
||||
|
||||
to {
|
||||
border: 5px solid #ffc107;
|
||||
}
|
||||
}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
.flashingRed{animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;animation-play-state:running;animation-name:flsRed;transform:translateZ(0);}@keyframes flsRed{from{border:5px solid #dc3545;}to{border:5px solid #ffc107;}}
|
||||
Reference in New Issue
Block a user