[vlc-commits] qml: set playlist expanding animation easing type InSine

Fatih Uzunoglu git at videolan.org
Thu Oct 15 10:32:57 CEST 2020


vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Fri Oct  9 19:56:45 2020 +0300| [bb049e9294c147147bf7871dc97f699822c298e4] | committer: Pierre Lamot

qml: set playlist expanding animation easing type InSine

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bb049e9294c147147bf7871dc97f699822c298e4
---

 modules/gui/qt/medialibrary/qml/MainDisplay.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/medialibrary/qml/MainDisplay.qml b/modules/gui/qt/medialibrary/qml/MainDisplay.qml
index 8bdd158113..696eaa5216 100644
--- a/modules/gui/qt/medialibrary/qml/MainDisplay.qml
+++ b/modules/gui/qt/medialibrary/qml/MainDisplay.qml
@@ -264,7 +264,7 @@ Widgets.NavigableFocusScope {
 
                                 SequentialAnimation {
                                     PropertyAction { target: playlistColumn; property: "visible" }
-                                    SmoothedAnimation { target: playlistColumn; property: "width"; easing.type: Easing.OutSine; duration: 150; }
+                                    SmoothedAnimation { target: playlistColumn; property: "width"; easing.type: Easing.InSine; duration: 150; }
                                 }
                             }
                         ]



More information about the vlc-commits mailing list