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

SmoothedFollow {
    to: 10; duration: 300; reversingMode: SmoothedFollow.Immediate
}