Just add more frame for a more fluid effect

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=732756
This commit is contained in:
Alexis Ménard 2007-11-04 17:07:57 +00:00
parent b816970827
commit ccdccda3db

View File

@ -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)