forked from qt-creator/qt-creator
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:
@@ -117,13 +117,6 @@ ScrollView {
|
||||
height: styleConstants.cellHeight
|
||||
}
|
||||
}
|
||||
move: Transition {
|
||||
NumberAnimation {
|
||||
properties: "x, y";
|
||||
easing.type: Easing.OutQuart
|
||||
duration: 80
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user