Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativesmoothedanimation / data / smoothedanimation2.qml
1 import QtQuick 1.0
2
3 SmoothedAnimation {
4     to: 10; duration: 300; reversingMode: SmoothedAnimation.Immediate
5 }