Adjust transition duration value
This commit is contained in:
parent
41c5f156a2
commit
a9605c94bb
|
@ -53,7 +53,7 @@ QtMaterialAutoCompleteStateMachine::QtMaterialAutoCompleteStateMachine(QWidget *
|
||||||
QPropertyAnimation *animation;
|
QPropertyAnimation *animation;
|
||||||
|
|
||||||
animation = new QPropertyAnimation(effect, "opacity", this);
|
animation = new QPropertyAnimation(effect, "opacity", this);
|
||||||
animation->setDuration(140);
|
animation->setDuration(240);
|
||||||
addDefaultAnimation(animation);
|
addDefaultAnimation(animation);
|
||||||
|
|
||||||
transition = new QSignalTransition(animation, SIGNAL(finished()));
|
transition = new QSignalTransition(animation, SIGNAL(finished()));
|
||||||
|
|
Loading…
Reference in New Issue