Hi,I am trying to do a rotation animation and control the rotation speed by 
changing the value of the duration, But it doesn't work . My question is it 
feasible or there another way ?

QQ2.NumberAnimation {    id:wheelanimation     property int carspeed:0    
targets: [wheel1Transform , rim1Transform,wheel2Transform , 
rim2Transform,wheel3Transform ,             rim3Transform,wheel4Transform , 
rim4Transform]    property: "userAngle"    duration: carspeed    from: 0    to: 
360    loops: QQ2.Animation.Infinite    running: true
}
QQ2.NumberAnimation {    duration: 100    loops: QQ2.Animation.Infinite    
target: wheelanimation    property: "carspeed"    from: 0.0    to: 3000    
running: true
}
ThanksRamy
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to