aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qdeclarativeanimations/data/pathInterpolatorBack2.qml
blob: eb3d4c3f86f7b9fff45c945315d4221a9f397549 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0

PathInterpolator {
    path: Path {
        startX: 200; startY: 280
        PathCurve { x: 150; y: 280 }
        PathCurve { x: 150; y: 80 }
        PathCurve { x: 0; y: 80 }
    }
}