tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation3.qml
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 import Qt 4.7
       
     2 
       
     3 SmoothedAnimation {
       
     4     to: 10; velocity: 250; reversingMode: SmoothedAnimation.Sync
       
     5     maximumEasingTime: 150
       
     6 }