mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
lowered animation duration
This commit is contained in:
parent
a7f7efa470
commit
91dde033a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue