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

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