Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativespringanimation / data / springanimation2.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; 
8     running: true;
9 }