Make the present windows animation last a little bit longer

svn path=/trunk/KDE/kdebase/workspace/; revision=841336
This commit is contained in:
Lucas Murray 2008-08-03 08:21:03 +00:00
parent 75feea46af
commit 0bfb2ccafe

View file

@ -81,7 +81,7 @@ PresentWindowsEffect::~PresentWindowsEffect()
void PresentWindowsEffect::prePaintScreen( ScreenPrePaintData& data, int time )
{
// How long does it take for the effect to get it's full strength (in ms)
const double changeTime = 125;
const double changeTime = 250;
if(mActivated)
{
mActiveness = qMin(1.0, mActiveness + time/changeTime);