diff --git a/components/qtmaterialautocomplete_internal.cpp b/components/qtmaterialautocomplete_internal.cpp index a29f9d2..51e3acc 100644 --- a/components/qtmaterialautocomplete_internal.cpp +++ b/components/qtmaterialautocomplete_internal.cpp @@ -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()));