Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativesmoothedanimation / data / smoothedanimation3.qml
1 import QtQuick 1.0
2
3 SmoothedAnimation {
4     to: 10; velocity: 250; reversingMode: SmoothedAnimation.Sync
5     maximumEasingTime: 150
6 }