mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
Add button tests to Quick Test modal
This commit is contained in:
committed by
dualshock-tools
parent
3bc5c0eb34
commit
b3712a24c2
24
css/main.css
24
css/main.css
@@ -51,18 +51,26 @@ dl.row dd {
|
||||
}
|
||||
|
||||
/* Animation classes for different test types */
|
||||
.test-icon-haptic {
|
||||
animation: shake 0.5s ease-in-out infinite;
|
||||
i.fas.test-icon-usb {
|
||||
animation: pulse 1s ease-in-out infinite !important;
|
||||
}
|
||||
|
||||
.test-icon-adaptive {
|
||||
animation: pulse 1s ease-in-out infinite;
|
||||
i.fas.test-icon-buttons {
|
||||
animation: bounce 0.6s ease-in-out infinite !important;
|
||||
}
|
||||
|
||||
.test-icon-speaker {
|
||||
animation: bounce 0.6s ease-in-out infinite;
|
||||
i.fas.test-icon-haptic {
|
||||
animation: shake 0.5s ease-in-out infinite !important;
|
||||
}
|
||||
|
||||
.test-icon-microphone {
|
||||
animation: glow 1.5s ease-in-out infinite;
|
||||
i.fas.test-icon-adaptive {
|
||||
animation: pulse 1s ease-in-out infinite !important;
|
||||
}
|
||||
|
||||
i.fas.test-icon-speaker {
|
||||
animation: bounce 0.6s ease-in-out infinite !important;
|
||||
}
|
||||
|
||||
i.fas.test-icon-microphone {
|
||||
animation: glow 1.5s ease-in-out infinite !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user