Skip to content

Commit d4dbe47

Browse files
committed
Reduce animation duration
1 parent c1a4c04 commit d4dbe47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/qtmaterialsnackbar_internal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ QtMaterialSnackbarStateMachine::QtMaterialSnackbarStateMachine(QtMaterialSnackba
5151

5252
animation = new QPropertyAnimation(this, "offset", this);
5353
animation->setEasingCurve(QEasingCurve::OutCubic);
54-
animation->setDuration(400);
54+
animation->setDuration(300);
5555
addDefaultAnimation(animation);
5656

5757
hiddenState->assignProperty(this, "offset", 1);

0 commit comments

Comments
 (0)