lowered animation duration

This commit is contained in:
iLLiCiTiT 2020-10-04 09:57:59 +02:00
parent a7f7efa470
commit 91dde033a9

View file

@ -684,7 +684,7 @@ class Window(QtWidgets.QDialog):
target_page.move(curr_pos + offset)
duration = 450
duration = 250
anim_old = QtCore.QPropertyAnimation(
previous_page, b"pos", self