Animation time 500ms->300ms, half a second is too much.

svn path=/trunk/KDE/kdebase/workspace/; revision=854692
This commit is contained in:
Luboš Luňák 2008-08-30 07:28:05 +00:00
parent 2a87593638
commit 06e9798bbe

View file

@ -65,7 +65,7 @@ DesktopGridEffect::DesktopGridEffect()
borderActivate = ElectricBorder( conf.readEntry( "BorderActivate", int( ElectricNone )));
effects->reserveElectricBorder( borderActivate );
zoomDuration = animationTime( conf, "ZoomDuration", 500 );
zoomDuration = animationTime( conf, "ZoomDuration", 300 );
timeline.setCurveShape( TimeLine::EaseInOutCurve );
timeline.setDuration( zoomDuration );