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

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