mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
Show progress in range calibration modal and show warning when calibration failed
This commit is contained in:
committed by
dualshock-tools
parent
7a52f1eab8
commit
68bfe1388b
10
css/main.css
10
css/main.css
@@ -92,3 +92,13 @@ dl.row dd {
|
||||
.accordion-header:hover .skip-btn {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Blinking animation for range calibration alert */
|
||||
@keyframes blink {
|
||||
0%, 50% { opacity: 1; }
|
||||
51%, 100% { opacity: 0.3; }
|
||||
}
|
||||
|
||||
.blink-text {
|
||||
animation: blink 1s infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user