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

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