Shortened animation time between phases

+ changed from 50ms to 25ms between update calls.
This commit is contained in:
Matt Lowe
2014-10-16 18:05:49 +02:00
parent 2a15b9c95a
commit dc58d1a61e
+1 -1
View File
@@ -65,7 +65,7 @@ void PhaseButton::setActive(bool _active)
return;
active = _active;
activeAnimationTimer->start(50);
activeAnimationTimer->start(25);
}
void PhaseButton::updateAnimation()