yes , I mean animation.

I am trying to make an animation that move a list of pixmap from left to right. I didn't use State machine. I just make a list of QPropertyAnimation and set the start and end value.

However, the animation is a little bit choppy when it is run in full screen mode. Seem that it is out-sync-ed with screen refresh rate. Therefore I would like to adjust the frame rate / animation update rate.