summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativespringfollow/data/springfollow3.qml
blob: 9a8f6f36538a83378373324c07a4ceedf8f75a9b (plain)
1
2
3
4
5
6
7
8
import Qt 4.6

SpringFollow {
    to: 1.44; velocity: 0.9
    spring: 1.0; damping: 0.5
    epsilon: 0.25; modulus: 360.0
    mass: 2.0; enabled: false
}