Fasten up: 500->300ms

svn path=/trunk/KDE/kdebase/workspace/; revision=732261
This commit is contained in:
Rivo Laks 2007-11-03 10:52:48 +00:00
parent e795e4b81f
commit f556feda15

View file

@ -26,7 +26,7 @@ void ScaleInEffect::prePaintWindow( EffectWindow* w, WindowPrePaintData& data, i
{
if( windows.contains( w ))
{
windows[ w ] += time / 500.; // complete change in 500ms
windows[ w ] += time / 300.; // complete change in 500ms
if( windows[ w ] < 1 )
data.setTransformed();
else