blob: 35fa4be6ebda15834e45c0c9cf05b59b99a78b89 [file] [log] [blame]
import QtQuick 2.0
Item {
anchors {
margins: 50
Behavior on margins {
NumberAnimation { duration: 10 }
}
}
}