summaryrefslogtreecommitdiffstats
path: root/examples/declarative/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/layouts')
-rw-r--r--examples/declarative/layouts/positioners.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/declarative/layouts/positioners.qml b/examples/declarative/layouts/positioners.qml
index f84e806..46762f7 100644
--- a/examples/declarative/layouts/positioners.qml
+++ b/examples/declarative/layouts/positioners.qml
@@ -133,11 +133,6 @@ Rectangle {
x: 260
y: 250
width: 150
- remove: Transition {
- NumberAnimation {
- matchProperties: "x,y"; easing: "easeOutBounce"
- }
- }
move: Transition {
NumberAnimation {