From f3969b09099daf582b5629ef3af222a86a82ac1d Mon Sep 17 00:00:00 2001 From: vladest Date: Thu, 17 Aug 2017 22:28:42 +0200 Subject: [PATCH] Switch off snap behavior --- interface/resources/qml/hifi/Feed.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/resources/qml/hifi/Feed.qml b/interface/resources/qml/hifi/Feed.qml index c1bd35f49d..201093ebad 100644 --- a/interface/resources/qml/hifi/Feed.qml +++ b/interface/resources/qml/hifi/Feed.qml @@ -237,9 +237,6 @@ Column { textSizeSmall: root.textSizeSmall; stackShadowNarrowing: root.stackShadowNarrowing; shadowHeight: root.stackedCardShadowHeight; - - hoverThunk: function () { scrollToIndex(index); } - unhoverThunk: function () { scrollToIndex(-1); } } } NumberAnimation {