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

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