summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativesmoothedfollow/data/smoothedfollow3.qml
blob: c60da7f49f53fc355937bff2e03abc16b3719698 (plain)
1
2
3
4
5
6
import Qt 4.7

SmoothedFollow {
    to: 10; velocity: 250; reversingMode: SmoothedFollow.Sync
    maximumEasingTime: 150
}