vlc | branch: master | Fatih Uzunoglu <[email protected]> | 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; } } } ] _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
