aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qdeclarativespringanimation/data/springanimation2.qml
blob: 172cc57ca8d4f1061c0cbd3e9e6715abebddda3e (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

SpringAnimation {
    to: 1.44; velocity: 0.9
    spring: 1.0; damping: 0.5
    epsilon: 0.25; modulus: 360.0
    mass: 2.0; 
    running: true;
}