tests/auto/declarative/qdeclarativespringanimation/data/springanimation3.qml
changeset 33 3e2da88830cd
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
       
     1 import Qt 4.7
       
     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; running: false
       
     8 }