Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativespringanimation / data / springanimation3.qml
1 import QtQuick 1.0
2
3 SpringAnimation {
4     to: 1.44; velocity: 0.9
5     spring: 1.0; damping: 0.5
6     epsilon: 0.25; modulus: 360.0
7     mass: 2.0; running: false
8 }