diff --git a/lib/ripple.cpp b/lib/ripple.cpp index f5d00ad..fee00c1 100644 --- a/lib/ripple.cpp +++ b/lib/ripple.cpp @@ -44,7 +44,7 @@ QPropertyAnimation *Ripple::animate(const QByteArray &property) animation->setPropertyName(property); animation->setEasingCurve(QEasingCurve::OutCubic); animation->setTargetObject(this); - animation->setDuration(700); + animation->setDuration(800); _group.addAnimation(animation); return animation; }