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

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