From ccdccda3dbdc6d974844469f1393972babf029a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9nard?= Date: Sun, 4 Nov 2007 17:07:57 +0000 Subject: [PATCH] Just add more frame for a more fluid effect svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=732756 --- animator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)