QmlDesigner: Remove animations from item library

The animation serves no purpose.

Change-Id: If17d1ee31ff5a0de9832edff204adbc4f82f6c43
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Thomas Hartmann
2016-07-01 14:34:20 +02:00
parent aea9f7281f
commit eb34226adb

View File

@@ -117,13 +117,6 @@ ScrollView {
height: styleConstants.cellHeight height: styleConstants.cellHeight
} }
} }
move: Transition {
NumberAnimation {
properties: "x, y";
easing.type: Easing.OutQuart
duration: 80
}
}
} }
} }
} }