Animation time 500ms->300ms, half a second is too much.
svn path=/trunk/KDE/kdebase/workspace/; revision=854692
This commit is contained in:
parent
2a87593638
commit
06e9798bbe
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue