same duration as used in Plasma::ItemBackground; smoother and more consistent for bonus
svn path=/trunk/KDE/kdebase/workspace/; revision=1081170
This commit is contained in:
parent
b02f1c6d7e
commit
7c284cb3e1
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ TabBoxView::TabBoxView( QWidget* parent )
|
|||
m_selectionFrame->setEnabledBorders( Plasma::FrameSvg::AllBorders );
|
||||
|
||||
m_animation = new QPropertyAnimation( this, "selectedItem", this );
|
||||
m_animation->setDuration(250);
|
||||
m_animation->setEasingCurve( QEasingCurve::InOutQuad );
|
||||
|
||||
connect( tabBox, SIGNAL(configChanged()), this, SLOT(configChanged()));
|
||||
|
|
Loading…
Reference in a new issue