Commit dc58d1a6 authored by Matt Lowe's avatar Matt Lowe
Browse files

Shortened animation time between phases

+ changed from 50ms to 25ms between update calls.
parent 2a15b9c9
...@@ -65,7 +65,7 @@ void PhaseButton::setActive(bool _active) ...@@ -65,7 +65,7 @@ void PhaseButton::setActive(bool _active)
return; return;
active = _active; active = _active;
activeAnimationTimer->start(50); activeAnimationTimer->start(25);
} }
void PhaseButton::updateAnimation() void PhaseButton::updateAnimation()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment