summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativespringanimation/data/springanimation2.qml
blob: de75bb06cb2b3c7012e549396642699537fbf403 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 1.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;
}