Extract all QtQuick 1 elements into a separate library/plugin.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativesmoothedanimation / data / smoothedanimation3.qml
1 import QtQuick 2.0
2
3 SmoothedAnimation {
4     to: 10; velocity: 250; reversingMode: SmoothedAnimation.Sync
5     maximumEasingTime: 150
6 }