summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativespringfollow/data/springfollow2.qml
blob: ffbf7d56e5788c631c47a9444419e6cb061f5082 (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: true
}