Apply rotate animation to the icon, not whole button

This commit is contained in:
Rafostar
2020-12-04 09:55:26 +01:00
parent a2ee14e74f
commit 64bf1dc172
2 changed files with 10 additions and 10 deletions

View File

@@ -127,11 +127,11 @@ scale marks {
.narrowbutton {
min-width: 8px;
}
@keyframes halfrotate {
@keyframes halfrotation {
to { transform: rotate(0.5turn); }
}
.buttonrotate {
animation-name: halfrotate;
.halfrotate {
animation-name: halfrotation;
animation-duration: 200ms;
animation-delay: 280ms;
animation-timing-function: linear;