mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
make animation shorter
This commit is contained in:
parent
deec8d742a
commit
36fb3925bc
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ class OverviewWidget(QtWidgets.QFrame):
|
|||
instance_context_changed = QtCore.Signal()
|
||||
create_requested = QtCore.Signal()
|
||||
|
||||
anim_end_value = 400
|
||||
anim_duration = 400
|
||||
anim_end_value = 200
|
||||
anim_duration = 200
|
||||
|
||||
def __init__(self, controller, parent):
|
||||
super(OverviewWidget, self).__init__(parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue