Fasten up: 500->300ms
svn path=/trunk/KDE/kdebase/workspace/; revision=732261
This commit is contained in:
parent
e795e4b81f
commit
f556feda15
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue