aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qdeclarativesmoothedanimation/data/smoothedanimation3.qml
blob: 8d5dc4a92b10e047449d878a5dc5877bf95cafa6 (plain)
1
2
3
4
5
6
import QtQuick 2.0

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