diff --git a/animator.cpp b/animator.cpp index 67c802ab4..d12a22a30 100644 --- a/animator.cpp +++ b/animator.cpp @@ -45,7 +45,7 @@ int Animator::framesPerSecond(Plasma::Phase::Animation animation) int Animator::framesPerSecond(Plasma::Phase::Movement movement) { Q_UNUSED(movement) - return 10; + return 20; } int Animator::framesPerSecond(Plasma::Phase::ElementAnimation animation)