Shortened animation time between phases
+ changed from 50ms to 25ms between update calls.
This commit is contained in:
parent
2a15b9c95a
commit
dc58d1a61e
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ void PhaseButton::setActive(bool _active)
|
|||
return;
|
||||
|
||||
active = _active;
|
||||
activeAnimationTimer->start(50);
|
||||
activeAnimationTimer->start(25);
|
||||
}
|
||||
|
||||
void PhaseButton::updateAnimation()
|
||||
|
|
Loading…
Reference in a new issue