Adjust transition duration value

This commit is contained in:
Johannes Hilden 2017-10-15 14:46:15 +03:00
parent 41c5f156a2
commit a9605c94bb
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ QtMaterialAutoCompleteStateMachine::QtMaterialAutoCompleteStateMachine(QWidget *
QPropertyAnimation *animation;
animation = new QPropertyAnimation(effect, "opacity", this);
animation->setDuration(140);
animation->setDuration(240);
addDefaultAnimation(animation);
transition = new QSignalTransition(animation, SIGNAL(finished()));