diff --git a/portprotonqt/main_window.py b/portprotonqt/main_window.py index aa62473..6b7ffba 100644 --- a/portprotonqt/main_window.py +++ b/portprotonqt/main_window.py @@ -1883,7 +1883,7 @@ class MainWindow(QMainWindow): opacityEffect = QGraphicsOpacityEffect(detailPage) detailPage.setGraphicsEffect(opacityEffect) animation = QPropertyAnimation(opacityEffect, QByteArray(b"opacity")) - animation.setDuration(800) + animation.setDuration(350) animation.setStartValue(0) animation.setEndValue(1) animation.start(QAbstractAnimation.DeletionPolicy.DeleteWhenStopped)