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:
Aaron J. Seigo 2010-01-27 21:23:42 +00:00
parent b02f1c6d7e
commit 7c284cb3e1

View file

@ -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()));