mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
do not start animation on init
This commit is contained in:
parent
9f8cd773bb
commit
2315ef84f1
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ class ScreenMarquee(QtWidgets.QDialog):
|
|||
fade_anim.setEndValue(50)
|
||||
fade_anim.setDuration(200)
|
||||
fade_anim.setEasingCurve(QtCore.QEasingCurve.OutCubic)
|
||||
fade_anim.start(QtCore.QAbstractAnimation.DeleteWhenStopped)
|
||||
|
||||
fade_anim.valueChanged.connect(self._on_fade_anim)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue