Make the default animation duration a bit shorter, 800 is quite ok on this machine (with some tearing, an ATI driver problem apparently. But it's still quite smooth.
svn path=/trunk/KDE/kdebase/workspace/; revision=803468
This commit is contained in:
parent
a49ddd0c38
commit
6e09b1ac64
1 changed files with 2 additions and 2 deletions
|
@ -51,9 +51,9 @@ MakeTransparentEffect::MakeTransparentEffect()
|
|||
}
|
||||
active = effects->activeWindow();
|
||||
moveresize_timeline.setCurveShape( TimeLine::EaseOutCurve );
|
||||
moveresize_timeline.setDuration( conf.readEntry( "Duration", 1000 ) );
|
||||
moveresize_timeline.setDuration( conf.readEntry( "Duration", 800 ) );
|
||||
activeinactive_timeline.setCurveShape( TimeLine::EaseInOutCurve );
|
||||
activeinactive_timeline.setDuration( conf.readEntry( "Duration", 1000 ) );
|
||||
activeinactive_timeline.setDuration( conf.readEntry( "Duration", 800 ) );
|
||||
}
|
||||
|
||||
void MakeTransparentEffect::prePaintWindow( EffectWindow* w, WindowPrePaintData& data, int time )
|
||||
|
|
Loading…
Reference in a new issue